Use Native Build Tools new goal name

Closes gh-32482
pull/32489/head
Stephane Nicoll 2 years ago
parent 26eff5ae7a
commit bd8f53a989

@ -256,9 +256,9 @@ publishing.publications.withType(MavenPublication) {
} }
executions { executions {
execution { execution {
delegate.id('native-build') delegate.id('native-compile')
goals { goals {
delegate.goal('build') delegate.goal('compile-no-fork')
} }
} }
} }

Loading…
Cancel
Save