Remove the execution of NBT in the native maven profile
Update `spring-boot-starter-parent` to remove the `native-compile` execution. Closes gh-31770
This commit is contained in:
@@ -254,14 +254,6 @@ publishing.publications.withType(MavenPublication) {
|
||||
delegate.enabled('true')
|
||||
}
|
||||
}
|
||||
executions {
|
||||
execution {
|
||||
delegate.id('native-compile')
|
||||
goals {
|
||||
delegate.goal('compile-no-fork')
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user