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
2017-05-31 14:25:25 +01:00
..
gradle/wrapper
src Drop custom software component in favor of just publishing an artifact 2017-05-31 14:25:25 +01:00
build.gradle Make Maven Central available to Gradle plugin's build 2017-04-04 16:47:05 +01:00
gradle.properties
gradlew
gradlew.bat
pom.xml Do not run Gradle plugin's tests when built with -DskipTests 2017-05-12 14:39:47 +01:00