• Andy Wilkinson's avatar
    Use mainClassName consistently across BootRun, BootJar, and BootWar · 5502aaaf
    Andy Wilkinson authored
    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
    5502aaaf
Name
Last commit
Last update
.github Loading commit data...
.mvn Loading commit data...
ci Loading commit data...
eclipse Loading commit data...
spring-boot-project Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-samples-invoker Loading commit data...
spring-boot-tests Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
SUPPORT.adoc Loading commit data...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...