Skip to content

Commit 947029d

Browse files
elysrivero99Elys Rivero
andauthored
Fix docker gradle build (#2142)
Co-authored-by: Elys Rivero <[email protected]>
1 parent 5aa1920 commit 947029d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/spring-cloud-contract-docker/project/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ task cleanOutput(type: Delete) {
181181

182182
task copyOutput(type: Copy) {
183183
dependsOn("cleanOutput")
184+
mustRunAfter("build", "generatePomFileForMavenPublication")
184185
from 'build'
185186
into '/spring-cloud-contract-output'
186187
}

0 commit comments

Comments
 (0)