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 bd686bf commit 2b0e49c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gocd-groovy-dsl-config-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ dependencies {
exclude(module: 'error_prone_annotations')
exclude(module: 'checker-qual')
exclude(module: 'jsr305')
exclude(module: 'j2objc-annotations')
}
implementation project.deps.validateApi
runtimeOnly project.deps.slf4j
Expand Down
1 change: 1 addition & 0 deletions groovy-export/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ dependencies {
exclude(module: 'error_prone_annotations')
exclude(module: 'checker-qual')
exclude(module: 'jsr305')
exclude(module: 'j2objc-annotations')
}
testImplementation project.deps.junitJupiterApi
testImplementation project.deps.junitJupiterParams
Expand Down

0 comments on commit 2b0e49c

Please sign in to comment.