spring-boot/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin
Andy Wilkinson ccca943e33 Add mainClassName to springBoot DSL in Gradle plugin
This commit introduces a new mainClassName property on the springBoot
DSL provided by the Gradle plugin. It can be used to explicitly
configure the mainClassName of the default bootRun, bootJar, and
bootWar tasks in a single place. Previously, the only mechanism
provided to do so was the mainClassName property that's only available
when the application plugin has been applied.

Closes gh-10623
2017-10-19 13:55:13 +01:00
..
gradle/wrapper Relocate projects to spring-boot-project 2017-10-04 16:34:23 -07:00
src Add mainClassName to springBoot DSL in Gradle plugin 2017-10-19 13:55:13 +01:00
build.gradle Reduce logging that is produced when building Gradle plugin 2017-10-05 13:39:49 +01:00
gradle.properties Relocate projects to spring-boot-project 2017-10-04 16:34:23 -07:00
gradlew Relocate projects to spring-boot-project 2017-10-04 16:34:23 -07:00
gradlew.bat Relocate projects to spring-boot-project 2017-10-04 16:34:23 -07:00
pom.xml Reduce logging that is produced when building Gradle plugin 2017-10-05 13:39:49 +01:00