aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorJuuxel <6596629+Juuxel@users.noreply.github.com>2020-08-03 00:55:52 +0300
committerJuuxel <6596629+Juuxel@users.noreply.github.com>2020-08-03 00:55:52 +0300
commit8b64e485972a150907938edb1b66c9cb066d2aa9 (patch)
treecb8d61ccd860bd12f23740e1a86e57314f9ce7db /build.gradle
parentf6166a721c6b0a8c2096d5c5502c7b822630b757 (diff)
downloadLibGui-8b64e485972a150907938edb1b66c9cb066d2aa9.tar.gz
LibGui-8b64e485972a150907938edb1b66c9cb066d2aa9.tar.bz2
LibGui-8b64e485972a150907938edb1b66c9cb066d2aa9.zip
3.0.0 for 1.16.2-pre1
Mojang refactored text again :irritatered: - Widgets now take a Text again instead of StringRenderable/-Visitable - ScreenDrawing takes OrderedTexts instead of StringVisitables - To reduce the future updating workload, tooltips now use a new TooltipBuilder
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle5
1 files changed, 3 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 0244787..c891191 100644
--- a/build.gradle
+++ b/build.gradle
@@ -34,8 +34,9 @@ dependencies {
compileOnly ("com.google.code.findbugs:jsr305:3.0.2") { transitive = false }
- modCompileOnly "io.github.prospector:modmenu:$project.modmenu_version"
- modRuntime "io.github.prospector:modmenu:$project.modmenu_version" // for testing
+ modRuntime(modCompileOnly("io.github.prospector:modmenu:$project.modmenu_version") {
+ exclude group: 'net.fabricmc.fabric-api'
+ })
}
processResources {