You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-boot-project/spring-boot-tools
Andy Wilkinson 143d19754b Exclude starter jars when running and packaging with Gradle
This commit updates the Gradle Plugin to filter dependencies based on
the Spring-Boot-Jar-Type entry in their manifest. Jars with a
Spring-Boot-Jar-Type of dependencies-starter are excluded. Unlike the
Maven plugin, jars with a type of annotation-processor are not
excluded. It is not necessary with Gradle as use of the
annotationProcessor configuration for such dependencies already ensures
that they are not included.

See gh-22036
4 years ago
..
spring-boot-antlib Use classpath normalizer on antlib's integration test classpath input 4 years ago
spring-boot-autoconfigure-processor Note starters' and annotation processors' jar type in their manifest 4 years ago
spring-boot-buildpack-platform Merge branch '2.3.x' 4 years ago
spring-boot-configuration-metadata Require dependency on s-b-dependencies to use its constraints 4 years ago
spring-boot-configuration-processor Note starters' and annotation processors' jar type in their manifest 4 years ago
spring-boot-gradle-plugin Exclude starter jars when running and packaging with Gradle 4 years ago
spring-boot-jarmode-layertools Merge branch '2.3.x' 4 years ago
spring-boot-loader Merge branch '2.3.x' 4 years ago
spring-boot-loader-tools Polish 4 years ago
spring-boot-maven-plugin Exclude by jar type when running and packaging with Maven 4 years ago
spring-boot-test-support Polish 4 years ago