• Phillip Webb's avatar
    Various improvements to the Gradle plugin · 794808b6
    Phillip Webb authored
    Refactor and rework several areas of the Gradle plugin:
    
    - Refactor package structure into functional areas and configure each
      area separately via a new PluginFeatures interface.
    - Convert BootRunTask to extend RunTask rather than attempting to
      find existing RunTasks.
    - Simplify agent integration by no longer needing specific BootRunTask
      code.
    - Update the repackage task to consider the `mainClassName` property
      in addition to `springBoot.mainClass`.
    - Automatically set `mainClassName` when calling `run` or `runBoot`
      from `springBoot.mainClass` if there is one.
    - Ensure that explicitly defined `main` options on JavaExec tasks always
      take precedence.
    
    Fixes gh-547, gh-820, gh-886, gh-912
    794808b6
Name
Last commit
Last update
docs Loading commit data...
eclipse Loading commit data...
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-full-build Loading commit data...
spring-boot-integration-tests Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-tools Loading commit data...
spring-boot-versions Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.adoc Loading commit data...
README.adoc Loading commit data...
pom.xml Loading commit data...