Skip to content

Commit ef75b07

Browse files
committed
access the output to force evaluation
1 parent ee41dd4 commit ef75b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conventions/src/main/kotlin/tel.schich.javacan.convention.native.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ for (target in targets) {
141141
doLast {
142142
providers.exec {
143143
commandLine("docker", "image", "rm", "$repo:$tag")
144-
}
144+
}.result.get()
145145
}
146146
}
147147
}

0 commit comments

Comments
 (0)