diff options
author | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-10-24 10:57:49 +0300 |
---|---|---|
committer | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-10-24 10:57:49 +0300 |
commit | b8add1552717ec7a8079da18cecb9439c2be0f1a (patch) | |
tree | 9b50525db036a999315b5e32946b1c8ce9e071c7 /build.gradle | |
parent | 7b5dc61066c75dc1a4531f11b681fc51550e0dc1 (diff) | |
download | LibGui-b8add1552717ec7a8079da18cecb9439c2be0f1a.tar.gz LibGui-b8add1552717ec7a8079da18cecb9439c2be0f1a.tar.bz2 LibGui-b8add1552717ec7a8079da18cecb9439c2be0f1a.zip |
Add simple HUD test
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle index c891191..3c45adc 100644 --- a/build.gradle +++ b/build.gradle @@ -32,6 +32,7 @@ dependencies { modImplementation "io.github.cottonmc:Jankson-Fabric:${project.jankson_version}" include "io.github.cottonmc:Jankson-Fabric:${project.jankson_version}" + // TODO: When updating to Loom 0.5, swap this for Jetbrains annotations compileOnly ("com.google.code.findbugs:jsr305:3.0.2") { transitive = false } modRuntime(modCompileOnly("io.github.prospector:modmenu:$project.modmenu_version") { |