spring-boot/spring-boot-project
Andy Wilkinson 5502aaafd1 Use mainClassName consistently across BootRun, BootJar, and BootWar
Previously, BootRun used the main property to configure the name of
the main class to run while BootJar and BootWar used the mainClass
property. Both were different to the application plugin which provides
a mainClassName project property.

This commit updates BootRun, BootJar, and BootWar to change the name
of the property used to configure the name of the main class to be
mainClassName. This makes the three Boot-specific tasks consistent
with each other, and also aligns them with Gradle's own application
plugin.

Closes gh-10622
2017-10-19 12:16:35 +01:00
..
spring-boot Make TomcatEmbeddedWebappClassLoader parallel capable 2017-10-17 16:04:27 +01:00
spring-boot-actuator
spring-boot-actuator-autoconfigure
spring-boot-autoconfigure
spring-boot-cli
spring-boot-dependencies
spring-boot-devtools
spring-boot-docs
spring-boot-parent
spring-boot-starters
spring-boot-test Remove usage of Mockito's internals 2017-10-17 15:56:28 +01:00
spring-boot-test-autoconfigure
spring-boot-tools Use mainClassName consistently across BootRun, BootJar, and BootWar 2017-10-19 12:16:35 +01:00
pom.xml