spring-boot/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin
Andy Wilkinson ffc99b03dd Remove use of deprecated Gradle API from plugin's public API
This commit removes the use of the incubating PropertyState and
Provider API that was introduced in Gradle 4.0 and deprecated in
Gradle 4.3. A not-deprecated-but-still-incubating replacement was
introduced in Gradle 4.3. The short life of PropertyState and Provider
has made me wary of using an incubating Gradle API in our public API
as it may not be stable for long. Therefore, this commit does not move
to the replacement as it is incubating. Instead, it falls back to
using Gradle's convention mapping. This is internal API, but its use
is not part of our public API and I perceive the risk of using it to
be lower than using the deprecated and/or incubating API alternatives.

Closes gh-11640
2018-01-17 12:20:30 +00:00
..
gradle/wrapper Relocate projects to spring-boot-project 2017-10-04 16:34:23 -07:00
src Remove use of deprecated Gradle API from plugin's public API 2018-01-17 12:20:30 +00:00
build.gradle Reduce logging that is produced when building Gradle plugin 2017-10-05 13:39:49 +01:00
gradle.properties Relocate projects to spring-boot-project 2017-10-04 16:34:23 -07:00
gradlew Relocate projects to spring-boot-project 2017-10-04 16:34:23 -07:00
gradlew.bat Relocate projects to spring-boot-project 2017-10-04 16:34:23 -07:00
pom.xml Make github-tag property available when generating Gradle plugin docs 2018-01-04 10:11:41 +00:00