• Andy Wilkinson's avatar
    Filter non-jar artifacts when packaging libs in Gradle plugin · 4f677bec
    Andy Wilkinson authored
    Previously, the Gradle plugin would package all of a project's
    dependencies in the jar's lib directory, irrespective of each
    dependency's type. This led to non-jar artifacts being packaged in
    the lib directory where only jar dependencies are expected. See #334
    for an example failure.
    
    This commit updates the Gradle plugin such that it only packages
    dependencies of type jar, ejb, ejb-client, test-jar, or bundle. This
    brings the Gradle plugin into line with the Maven plugin.
    
    Fixes #334.
    4f677bec
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...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.md Loading commit data...
README.md Loading commit data...
pom.xml Loading commit data...