spring-boot/spring-boot-tools
Phillip Webb 794808b6b8 Various improvements to the Gradle plugin
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
2014-05-22 18:08:22 +01:00
..
spring-boot-dependency-tools Add spring-boot-versions project 2014-05-20 23:55:31 +01:00
spring-boot-gradle-plugin Various improvements to the Gradle plugin 2014-05-22 18:08:22 +01:00
spring-boot-loader Exclude Java agent jars from class path of launching class loader 2014-05-21 13:37:05 +01:00
spring-boot-loader-tools Require single main class 2014-05-16 10:45:17 +01:00
spring-boot-maven-plugin Polish 2014-05-20 18:26:56 +01:00
pom.xml Move master to 1.1.0.BUILD-SNAPSHOT 2014-04-24 12:45:20 +01:00