Skip to content

Commit

Permalink
com.google.code.findbugs:jsr305:3.0.0 is now a compileOnly dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
alt236 committed May 4, 2017
1 parent 0e9f92a commit 2c05398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usbdeviceenumerator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ targetCompatibility = "1.7"

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.google.code.findbugs:jsr305:3.0.0'
compileOnly 'com.google.code.findbugs:jsr305:3.0.0'

testCompile 'org.mockito:mockito-all:1.9.5'
testCompile 'junit:junit:4.12'
Expand Down

0 comments on commit 2c05398

Please sign in to comment.