We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1139899 commit 259a41eCopy full SHA for 259a41e
build.gradle
@@ -63,6 +63,8 @@ configure(subprojects.findAll { it.name != 'util' }) {
63
dependencies {
64
compileOnly 'com.google.code.findbugs:jsr305:1.3.9'
65
compile 'org.slf4j:slf4j-api:1.7.6', optional
66
+
67
+ testCompile 'com.google.code.findbugs:jsr305:1.3.9'
68
}
69
70
/* Compiling */
0 commit comments