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 e45f8ea commit 1b58d6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ dependencies {
exclude(module: 'error_prone_annotations')
exclude(module: 'checker-qual')
exclude(module: 'jsr305')
exclude(module: 'j2objc-annotations')
}
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.17.0'
implementation group: 'joda-time', name: 'joda-time', version: '2.13.0'
Expand Down

0 comments on commit 1b58d6d

Please sign in to comment.