Skip to content

Commit b5eb19e

Browse files
committed
Exclude j2objc-annotations at runtime for Guava
1 parent 87f499a commit b5eb19e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ dependencies {
7373
details.allVariants {
7474
withDependencies {
7575
removeAll {
76-
it.name in [ "jsr305", "checker-qual", "error_prone_annotations", "listenablefuture" ]
76+
it.name in [ "jsr305", "checker-qual", "error_prone_annotations", "listenablefuture", "j2objc-annotations" ]
7777
}
7878
}
7979
}

0 commit comments

Comments
 (0)