Skip to content

Commit 9aa2854

Browse files
committed
Remove the execution of NBT in the native maven profile
Update `spring-boot-starter-parent` to remove the `native-compile` execution. Closes gh-31770
1 parent 5cee828 commit 9aa2854

File tree

1 file changed

+0
-8
lines changed
  • spring-boot-project/spring-boot-starters/spring-boot-starter-parent

1 file changed

+0
-8
lines changed

spring-boot-project/spring-boot-starters/spring-boot-starter-parent/build.gradle

-8
Original file line numberDiff line numberDiff line change
@@ -254,14 +254,6 @@ publishing.publications.withType(MavenPublication) {
254254
delegate.enabled('true')
255255
}
256256
}
257-
executions {
258-
execution {
259-
delegate.id('native-compile')
260-
goals {
261-
delegate.goal('compile-no-fork')
262-
}
263-
}
264-
}
265257
}
266258
}
267259
}

0 commit comments

Comments
 (0)