Use Native Build Tools new goal name
Closes gh-32482
This commit is contained in:
@@ -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')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user