Skip to content

Commit

Permalink
Made JSR 305 compileOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
dlew committed May 27, 2017
1 parent 687e3f8 commit f6255fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rxlifecycle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {

dependencies {
compile rootProject.ext.rxJava
compile rootProject.ext.jsr305Annotations
compileOnly rootProject.ext.jsr305Annotations

testCompile rootProject.ext.junit
}
Expand Down

0 comments on commit f6255fd

Please sign in to comment.