spring-boot/spring-boot-tools
Andy Wilkinson b931f564e6 Work around Gradle 3.3's overzealous deprecation warning
In Gradle 3.3, when an API that will be removed in 4.0 is called, a
deprecation warning is output as part of the build. Users have noticed
his warning and, quite reasonably, complained about it. Unfortunately,
avoiding the warning requires the use of an API that was introduced in
Gradle 3.x which we can't use directly as we want to remain compatible
with Gradle 2.x.

This commit introduces the use of reflection to call
ProjectDependency.getTargetConfiguration() via reflection when it's
available (Gradle 3) and ProjectDependency.getProjectConfiguration()
when it's not (Gradle 2).

Closes gh-8154
2017-02-08 22:03:55 +00:00
..
spring-boot-antlib Next Development Version 2017-01-30 20:10:13 +00:00
spring-boot-autoconfigure-processor Next Development Version 2017-01-30 20:10:13 +00:00
spring-boot-configuration-metadata Next Development Version 2017-01-30 20:10:13 +00:00
spring-boot-configuration-processor Next Development Version 2017-01-30 20:10:13 +00:00
spring-boot-gradle-plugin Work around Gradle 3.3's overzealous deprecation warning 2017-02-08 22:03:55 +00:00
spring-boot-loader Next Development Version 2017-01-30 20:10:13 +00:00
spring-boot-loader-tools Next Development Version 2017-01-30 20:10:13 +00:00
spring-boot-maven-plugin Next Development Version 2017-01-30 20:10:13 +00:00
spring-boot-test-support Next Development Version 2017-01-30 20:10:13 +00:00
pom.xml Next Development Version 2017-01-30 20:10:13 +00:00