aboutsummaryrefslogtreecommitdiff
path: root/GuiTest/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'GuiTest/build.gradle')
-rw-r--r--GuiTest/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/GuiTest/build.gradle b/GuiTest/build.gradle
index ddd6891..1d08396 100644
--- a/GuiTest/build.gradle
+++ b/GuiTest/build.gradle
@@ -42,10 +42,10 @@ dependencies {
compileOnly ("com.google.code.findbugs:jsr305:3.0.2") { transitive = false }
- modApi "io.github.prospector:modmenu:1.7.9+build.118"
+ modApi ("io.github.prospector:modmenu:1.7.10-unstable.19w35a+build.2")// { transitive = false }
//modApi ("io.github.cottonmc:LibGui:1.3.1-SNAPSHOT") { changing = true }
- compile project(":LibGUI");
- runtime project(":LibGUI");
+ compile (project(":LibGUI")) { transitive = false };
+ runtime (project(":LibGUI")) { transitive = false };
}
processResources {