Skip to content

Commit ee41dd4

Browse files
committed
fix exec deprecation
1 parent a57bbf3 commit ee41dd4

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
@@ -139,7 +139,7 @@ for (target in targets) {
139139
if (ci) {
140140
runner(DockerRunner())
141141
doLast {
142-
exec {
142+
providers.exec {
143143
commandLine("docker", "image", "rm", "$repo:$tag")
144144
}
145145
}

0 commit comments

Comments
 (0)