• Andy Wilkinson's avatar
    Introduce bootJar and bootWar tasks for creating fat jars and wars · 2ce85569
    Andy Wilkinson authored
    Previously, the BootRepackage task would take the output of a Jar
    or War task and repackage it in a similar manner to Spring Boot's
    Maven plugin. This caused several problems in Gradle including
    broken up-to-date checks and a lack of configurability. See the issues
    referenced below for full details.
    
    This commit replaces BootRepackage with BootJar and BootWar
    for building executable jars and wars respectively. BootJar extends
    Gradle's standard Jar task and BootWar extends Gradle's standard War
    task. This means that terms of configuration, the creation of
    executable jars and wars is now as flexible as the creation of
    standards jars and wars.
    
    Closes gh-8167
    Closes gh-8099
    Closes gh-6846
    Closes gh-5861
    Closes gh-5393
    Closes gh-5259
    Closes gh-3931
    2ce85569
Name
Last commit
Last update
.github Loading commit data...
.mvn Loading commit data...
eclipse Loading commit data...
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-actuator-docs Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-deployment-tests Loading commit data...
spring-boot-devtools 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-test Loading commit data...
spring-boot-test-autoconfigure Loading commit data...
spring-boot-tools Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
.travis.yml 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...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...