aboutsummaryrefslogtreecommitdiff
path: root/GuiTest/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'GuiTest/build.gradle')
-rw-r--r--GuiTest/build.gradle8
1 files changed, 7 insertions, 1 deletions
diff --git a/GuiTest/build.gradle b/GuiTest/build.gradle
index c45af5e..ddd6891 100644
--- a/GuiTest/build.gradle
+++ b/GuiTest/build.gradle
@@ -22,6 +22,10 @@ group = project.maven_group
minecraft {
}
+//configurations.modApi {
+// resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
+//}
+
repositories {
mavenLocal();
maven { url "http://server.bbkr.space:8081/artifactory/libs-release" }
@@ -39,7 +43,9 @@ dependencies {
modApi "io.github.prospector:modmenu:1.7.9+build.118"
- modApi "io.github.cottonmc:LibGui:1.3.1-SNAPSHOT"
+ //modApi ("io.github.cottonmc:LibGui:1.3.1-SNAPSHOT") { changing = true }
+ compile project(":LibGUI");
+ runtime project(":LibGUI");
}
processResources {