• Andy Wilkinson's avatar
    Add mainClassName to springBoot DSL in Gradle plugin · ccca943e
    Andy Wilkinson authored
    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
    ccca943e
Name
Last commit
Last update
..
application-plugin-main-class.gradle Loading commit data...
boot-jar-and-jar.gradle Loading commit data...
boot-jar-custom-launch-script.gradle Loading commit data...
boot-jar-include-launch-script.gradle Loading commit data...
boot-jar-launch-script-properties.gradle Loading commit data...
boot-jar-main-class.gradle Loading commit data...
boot-jar-manifest-main-class.gradle Loading commit data...
boot-jar-requires-unpack.gradle Loading commit data...
boot-war-include-devtools.gradle Loading commit data...
boot-war-properties-launcher.gradle Loading commit data...
spring-boot-dsl-main-class.gradle Loading commit data...
war-container-dependency.gradle Loading commit data...