diff options
author | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-10-24 13:21:10 +0300 |
---|---|---|
committer | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-10-24 13:21:10 +0300 |
commit | b73908d47da7773a3a6076b1b241db1828ed1435 (patch) | |
tree | 8d1e066c616229782c6437a9b3ec6c866c162c20 /build.gradle | |
parent | b8add1552717ec7a8079da18cecb9439c2be0f1a (diff) | |
download | LibGui-b73908d47da7773a3a6076b1b241db1828ed1435.tar.gz LibGui-b73908d47da7773a3a6076b1b241db1828ed1435.tar.bz2 LibGui-b73908d47da7773a3a6076b1b241db1828ed1435.zip |
Update Loom to 0.5 and use Jetbrains annotations
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/build.gradle b/build.gradle index 3c45adc..fbb61fa 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '0.4-SNAPSHOT' + id 'fabric-loom' version '0.5-SNAPSHOT' id 'maven-publish' id "com.jfrog.artifactory" version "4.9.0" } @@ -32,9 +32,6 @@ 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") { exclude group: 'net.fabricmc.fabric-api' }) |