From 665f38215df5fdc52ea24e93ffff0e4b844b0295 Mon Sep 17 00:00:00 2001 From: Coffeemakr Date: Tue, 28 Nov 2017 12:22:35 +0100 Subject: [PATCH] Include stopbugs annotations only --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f8b8b0a6d..a9197df67 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ dependencies { implementation 'com.grack:nanojson:1.1' implementation 'org.jsoup:jsoup:1.9.2' implementation 'org.mozilla:rhino:1.7.7.1' - implementation 'com.github.spotbugs:spotbugs:3.1.0' + implementation 'com.github.spotbugs:spotbugs-annotations:3.1.0' testImplementation 'junit:junit:4.12' }