Skip to content

Commit

Permalink
Exclude j2objc-annotations at runtime for Guava
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Sep 24, 2024
1 parent e198168 commit bf6d26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ dependencies {
details.allVariants {
withDependencies {
removeAll {
it.name in [ "jsr305", "checker-qual", "error_prone_annotations", "listenablefuture" ]
it.name in [ "jsr305", "checker-qual", "error_prone_annotations", "listenablefuture", "j2objc-annotations" ]
}
}
}
Expand Down

0 comments on commit bf6d26f

Please sign in to comment.