Use Native Build Tools new goal name

Closes gh-32482
This commit is contained in:
Stephane Nicoll 2022-09-23 14:51:38 +02:00
parent 26eff5ae7a
commit bd8f53a989

View File

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