Browse Source

Remove the execution of NBT in the native maven profile

Update `spring-boot-starter-parent` to remove the `native-compile`
execution.

Closes gh-31770
pull/33505/head
Phillip Webb 3 years ago
parent
commit
9aa2854e00
  1. 8
      spring-boot-project/spring-boot-starters/spring-boot-starter-parent/build.gradle

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

@ -254,14 +254,6 @@ publishing.publications.withType(MavenPublication) { @@ -254,14 +254,6 @@ publishing.publications.withType(MavenPublication) {
delegate.enabled('true')
}
}
executions {
execution {
delegate.id('native-compile')
goals {
delegate.goal('compile-no-fork')
}
}
}
}
}
}

Loading…
Cancel
Save