Skip to content

Commit 259a41e

Browse files
committed
Need testCompile too since the annotations are bleeding in to the tests, and without this there are compiler warnings
1 parent 1139899 commit 259a41e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ configure(subprojects.findAll { it.name != 'util' }) {
6363
dependencies {
6464
compileOnly 'com.google.code.findbugs:jsr305:1.3.9'
6565
compile 'org.slf4j:slf4j-api:1.7.6', optional
66+
67+
testCompile 'com.google.code.findbugs:jsr305:1.3.9'
6668
}
6769

6870
/* Compiling */

0 commit comments

Comments
 (0)