Skip to content

Commit 6da1d5e

Browse files
committed
tunnel: make JSR305 annotations a compileOnly dependency
These have no business being part of the runtime classpath of this library Signed-off-by: Harsh Shandilya <[email protected]>
1 parent 836c367 commit 6da1d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tunnel/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ android {
5252
dependencies {
5353
implementation "androidx.annotation:annotation:$annotationsVersion"
5454
implementation "androidx.collection:collection:$collectionVersion"
55-
implementation "com.google.code.findbugs:jsr305:$jsr305Version"
55+
compileOnly "com.google.code.findbugs:jsr305:$jsr305Version"
5656
testImplementation "junit:junit:$junitVersion"
5757
}
5858

0 commit comments

Comments
 (0)