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-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
8 years ago
..
spring-boot-antlib Next Development Version 8 years ago
spring-boot-autoconfigure-processor Next Development Version 8 years ago
spring-boot-configuration-metadata Next Development Version 8 years ago
spring-boot-configuration-processor Next Development Version 8 years ago
spring-boot-gradle-plugin Work around Gradle 3.3's overzealous deprecation warning 8 years ago
spring-boot-loader Next Development Version 8 years ago
spring-boot-loader-tools Next Development Version 8 years ago
spring-boot-maven-plugin Next Development Version 8 years ago
spring-boot-test-support Next Development Version 8 years ago
pom.xml Next Development Version 8 years ago