diff options
author | Falkreon <falkreon@gmail.com> | 2019-08-30 09:58:20 -0500 |
---|---|---|
committer | Falkreon <falkreon@gmail.com> | 2019-08-30 09:58:20 -0500 |
commit | ab75b7dafdcd147905f3d87c1e9c995aef39027c (patch) | |
tree | 2a7dbae5a51f9e70ea9f8c8626fac6271eadeefe /GuiTest/build.gradle | |
parent | e3631b3668a51317daa178a79d94c355b241678b (diff) | |
download | LibGui-ab75b7dafdcd147905f3d87c1e9c995aef39027c.tar.gz LibGui-ab75b7dafdcd147905f3d87c1e9c995aef39027c.tar.bz2 LibGui-ab75b7dafdcd147905f3d87c1e9c995aef39027c.zip |
Update to 19w35a, rearrange ScreenDrawing, rename screens
Diffstat (limited to 'GuiTest/build.gradle')
-rw-r--r-- | GuiTest/build.gradle | 6 |
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 { |