You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-boot-tools/spring-boot-gradle-plugin
Andy Wilkinson 4a605f6270 Drop custom software component in favor of just publishing an artifact
Previously, Spring Boot's Gradle plugin provided custom software
components (bootJava and bootWeb) for publishing the artifacts created
by the standard bootJar and bootWar tasks respectively. Providing a
custom software component requires the usage of some of Gradle's
internal APIs and this has now proven to be more trouble than it is
worth.

This commit removes the custom software component and documents how
to publish the artifact created by a BootJar or BootWar task directly
instead.

Closes gh-9153
8 years ago
..
gradle/wrapper Use Gradle, executed by Maven, to build the Gradle plugin 8 years ago
src Drop custom software component in favor of just publishing an artifact 8 years ago
build.gradle Make Maven Central available to Gradle plugin's build 8 years ago
gradle.properties Use Gradle, executed by Maven, to build the Gradle plugin 8 years ago
gradlew Use Gradle, executed by Maven, to build the Gradle plugin 8 years ago
gradlew.bat Use Gradle, executed by Maven, to build the Gradle plugin 8 years ago
pom.xml Do not run Gradle plugin's tests when built with -DskipTests 8 years ago