aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuuxel <6596629+Juuxel@users.noreply.github.com>2020-01-19 11:51:15 +0200
committerJuuxel <6596629+Juuxel@users.noreply.github.com>2020-01-19 11:51:15 +0200
commita57bf30b5a955b88fcfdcdb9ffbab8ae8dee64b2 (patch)
treee417496dc22ee4f8ad36d192619492978acf61a6
parenteebae3bc783721760622e52bf5a97fa75b4cd92a (diff)
downloadLibGui-a57bf30b5a955b88fcfdcdb9ffbab8ae8dee64b2.tar.gz
LibGui-a57bf30b5a955b88fcfdcdb9ffbab8ae8dee64b2.tar.bz2
LibGui-a57bf30b5a955b88fcfdcdb9ffbab8ae8dee64b2.zip
Update modmenu
-rw-r--r--build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index 20e4bae..0bf075b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -59,9 +59,9 @@ dependencies {
compileOnly ("com.google.code.findbugs:jsr305:3.0.2") { transitive = false }
-
- modCompileOnly "io.github.prospector:modmenu:1.7.15-unstable.19w42a+build.11"
- //modRuntime "io.github.prospector:modmenu:1.7.15-unstable.19w42a+build.11" // for testing
+ def modmenu = "1.8.1+build.17"
+ modCompileOnly "io.github.prospector:modmenu:$modmenu"
+ modRuntime "io.github.prospector:modmenu:$modmenu" // for testing
}
processResources {