aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorFalkreon <falkreon@gmail.com>2019-07-20 14:06:46 -0500
committerFalkreon <falkreon@gmail.com>2019-07-20 14:06:46 -0500
commit82a62cf0c992bb0390814a1d12569fa7f05dfcd9 (patch)
tree3a9cf32a432e9787dd0c42a1ecc22b1f9303f619 /build.gradle
parent4e9dc24dade8b1214e64cf6f3da4bd2e4c6a5fff (diff)
downloadLibGui-82a62cf0c992bb0390814a1d12569fa7f05dfcd9.tar.gz
LibGui-82a62cf0c992bb0390814a1d12569fa7f05dfcd9.tar.bz2
LibGui-82a62cf0c992bb0390814a1d12569fa7f05dfcd9.zip
Add darkmode support to WLabel, fix build, add API badge
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 61fbdb2..0baccd4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -40,6 +40,7 @@ dependencies {
include "io.github.cottonmc:Jankson:${project.jankson_version}"
compileOnly ("com.google.code.findbugs:jsr305:3.0.2") { transitive = false }
+ modCompile "io.github.prospector:modmenu:1.6.3+build.101"
// PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs.
// You may need to force-disable transitiveness on them.
}