aboutsummaryrefslogtreecommitdiff
path: root/GuiTest/build.gradle
diff options
context:
space:
mode:
authorJuuxel <6596629+Juuxel@users.noreply.github.com>2020-11-26 18:33:32 +0200
committerJuuxel <6596629+Juuxel@users.noreply.github.com>2020-11-26 18:33:32 +0200
commit1bdc7ebab4c94fbb5fab8946a3f3e07cee389397 (patch)
tree16f0225044624a50804dd97c05bc5da07dba78af /GuiTest/build.gradle
parent13ddd33ed9fea69ac7b037fa00147cc09a4cdf27 (diff)
downloadLibGui-1bdc7ebab4c94fbb5fab8946a3f3e07cee389397.tar.gz
LibGui-1bdc7ebab4c94fbb5fab8946a3f3e07cee389397.tar.bz2
LibGui-1bdc7ebab4c94fbb5fab8946a3f3e07cee389397.zip
Remove use of jsr annotations in guitest
Diffstat (limited to 'GuiTest/build.gradle')
-rw-r--r--GuiTest/build.gradle4
1 files changed, 1 insertions, 3 deletions
diff --git a/GuiTest/build.gradle b/GuiTest/build.gradle
index 1cc83d9..fea663e 100644
--- a/GuiTest/build.gradle
+++ b/GuiTest/build.gradle
@@ -31,8 +31,6 @@ dependencies {
modApi "net.fabricmc:fabric-loader:${rootProject.loader_version}"
modApi "net.fabricmc.fabric-api:fabric-api:${rootProject.fabric_version}"
- compileOnly ("com.google.code.findbugs:jsr305:3.0.2") { transitive = false }
-
implementation project(':')
}
@@ -66,4 +64,4 @@ task sourcesJar(type: Jar, dependsOn: classes) {
jar {
from "LICENSE"
-} \ No newline at end of file
+}