Skip to content

Commit

Permalink
Allow jib-core dependency in checkPOMdependencies (#6811)
Browse files Browse the repository at this point in the history
`jib-core` was added and when `publishToMavenLocal` is performed
`checkPOMdependencies` dependencies failed because of it.
  • Loading branch information
eddumelendez authored Mar 29, 2023
1 parent 5522641 commit 11c765e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ dependencies {
tasks.generatePomFileForMavenJavaPublication.finalizedBy(
tasks.register('checkPOMdependencies', org.testcontainers.build.ComparePOMWithLatestReleasedTask) {
ignore = [
"com.google.cloud.tools:jib-core"
]
}
)

0 comments on commit 11c765e

Please sign in to comment.