• Andy Wilkinson's avatar
    Put project deps in app layer and make customization easier · 84f96033
    Andy Wilkinson authored
    Previously, when building a layered jar with Gradle, project
    dependencies were treated the same as any other dependency, being
    included in the dependencies or snapshot dependencies layer based
    on their version.
    
    This commit updates the default layering when using Gradle to include
    project dependencies in the application layer by default. The DSL has
    also been updated to allow their layer to be customized using new
    includeProjectDependencies() and excludeProjectDependencies() methods
    rather than relying on including and excluding them via a
    group:artifact:version pattern.
    
    Closes gh-23431
    84f96033
Name
Last commit
Last update
..
spring-boot-antlib Loading commit data...
spring-boot-autoconfigure-processor Loading commit data...
spring-boot-buildpack-platform Loading commit data...
spring-boot-configuration-metadata Loading commit data...
spring-boot-configuration-processor Loading commit data...
spring-boot-gradle-plugin Loading commit data...
spring-boot-jarmode-layertools Loading commit data...
spring-boot-loader Loading commit data...
spring-boot-loader-tools Loading commit data...
spring-boot-maven-plugin Loading commit data...
spring-boot-test-support Loading commit data...