aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorMoulberry <james.jenour@student.scotch.wa.edu.au>2020-10-03 06:09:28 +1000
committerMoulberry <james.jenour@student.scotch.wa.edu.au>2020-10-03 06:09:28 +1000
commit275fe45caa8eb1048914d864aafae21f3f3a1157 (patch)
tree87fe9a8e5f996c7cbc6fc81f2f522561ceb96992 /build.gradle
parentbb067068aabda36f8ba74b34a68856e19139beb9 (diff)
downloadNotEnoughUpdates-275fe45caa8eb1048914d864aafae21f3f3a1157.tar.gz
NotEnoughUpdates-275fe45caa8eb1048914d864aafae21f3f3a1157.tar.bz2
NotEnoughUpdates-275fe45caa8eb1048914d864aafae21f3f3a1157.zip
1.3.3-ALPA
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle6
1 files changed, 5 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 9155a4eb..06d19abe 100644
--- a/build.gradle
+++ b/build.gradle
@@ -19,7 +19,7 @@ apply plugin: 'com.github.johnrengelman.shadow'
sourceCompatibility = 1.8
targetCompatibility = 1.8
-version = "1.2.2-BETA"
+version = "1.3-REL"
group= "io.github.moulberry"
archivesBaseName = "NotEnoughUpdates"
String modid = "notenoughupdates"
@@ -34,6 +34,9 @@ minecraft {
repositories {
jcenter()
maven { url 'https://repo.spongepowered.org/maven/' }
+ flatDir {
+ dirs 'deps'
+ }
}
dependencies {
@@ -42,6 +45,7 @@ dependencies {
//compile('org.eclipse.jgit:org.eclipse.jgit:5.7.0.202003110725-r')
compile('com.fasterxml.jackson.core:jackson-core:2.10.2')
compile('info.bliki.wiki:bliki-core:3.1.0')
+ implementation name: 'Morus-1.0'
}
mixin {