Skip to content

Commit

Permalink
Fix docker gradle build (#2142)
Browse files Browse the repository at this point in the history
Co-authored-by: Elys Rivero <[email protected]>
  • Loading branch information
elysrivero99 and Elys Rivero authored Nov 14, 2024
1 parent 5aa1920 commit 947029d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/spring-cloud-contract-docker/project/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ task cleanOutput(type: Delete) {

task copyOutput(type: Copy) {
dependsOn("cleanOutput")
mustRunAfter("build", "generatePomFileForMavenPublication")
from 'build'
into '/spring-cloud-contract-output'
}
Expand Down

0 comments on commit 947029d

Please sign in to comment.