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.
b931f564e6
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 | 8 years ago | |
spring-boot-autoconfigure-processor | 8 years ago | |
spring-boot-configuration-metadata | 8 years ago | |
spring-boot-configuration-processor | 8 years ago | |
spring-boot-gradle-plugin | 8 years ago | |
spring-boot-loader | 8 years ago | |
spring-boot-loader-tools | 8 years ago | |
spring-boot-maven-plugin | 8 years ago | |
spring-boot-test-support | 8 years ago | |
pom.xml | 8 years ago |