Skip to content

Commit

Permalink
Remove the execution of NBT in the native maven profile
Browse files Browse the repository at this point in the history
Update `spring-boot-starter-parent` to remove the `native-compile`
execution.

Closes gh-31770
  • Loading branch information
philwebb committed Oct 17, 2022
1 parent 5cee828 commit 9aa2854
Showing 1 changed file with 0 additions and 8 deletions.
Expand Up @@ -254,14 +254,6 @@ publishing.publications.withType(MavenPublication) {
delegate.enabled('true')
}
}
executions {
execution {
delegate.id('native-compile')
goals {
delegate.goal('compile-no-fork')
}
}
}
}
}
}
Expand Down

0 comments on commit 9aa2854

Please sign in to comment.