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
2020-09-10 14:43:41 +01:00
..
spring-boot-antlib Use classpath normalizer on antlib's integration test classpath input 2020-09-08 11:38:31 +01:00
spring-boot-autoconfigure-processor Note starters' and annotation processors' jar type in their manifest 2020-09-10 14:37:06 +01:00
spring-boot-buildpack-platform Merge branch '2.3.x' 2020-08-28 17:04:57 -05:00
spring-boot-configuration-metadata Require dependency on s-b-dependencies to use its constraints 2020-06-16 08:50:21 +01:00
spring-boot-configuration-processor Note starters' and annotation processors' jar type in their manifest 2020-09-10 14:37:06 +01:00
spring-boot-gradle-plugin Exclude starter jars when running and packaging with Gradle 2020-09-10 14:43:41 +01:00
spring-boot-jarmode-layertools Merge branch '2.3.x' 2020-08-19 10:26:25 -07:00
spring-boot-loader Merge branch '2.3.x' 2020-09-10 10:03:09 +01:00
spring-boot-loader-tools Polish 2020-08-26 10:47:45 +02:00
spring-boot-maven-plugin Exclude by jar type when running and packaging with Maven 2020-09-10 14:38:19 +01:00
spring-boot-test-support Polish 2020-08-26 10:47:45 +02:00