Skip to content

Commit

Permalink
Also validate jib dependencies for local builds
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson authored May 9, 2023
1 parent 0750b24 commit 09a2b0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ tasks.jib.configure {

// use different naming when building locally, to avoid confusion
tasks.jibDockerBuild.configure {
dependsOn(checkJibDependencies)
jib {
from {
platforms {
Expand Down

0 comments on commit 09a2b0c

Please sign in to comment.