spring-boot/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/src
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
..
docs Merge branch '2.3.x' 2020-09-07 12:42:48 +02:00
main Exclude starter jars when running and packaging with Gradle 2020-09-10 14:43:41 +01:00
test Exclude starter jars when running and packaging with Gradle 2020-09-10 14:43:41 +01:00