spring-boot/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin
Andy Wilkinson 2b1252e282 Skip the Gradle Plugin when building with JDK 10
Previously, the JDK 10 build would fail as we build the plugin using
Gradle 4.0.x (the lowest version of Gradle that we support) and
Gradle 4.0.x doesn't work with Java 10.

Upgrading to Gradle 4.1, which appears to work with Java 10, was
considered but rejected for now as it introduces the risk that we
inadvertently use an API that's new in 4.1 and break our 4.0 support.

This commit goes for the extreme option and disables building the
Gradle Plugin when building with JDK.

See gh-12028
2018-03-02 17:05:58 +00:00
..
gradle/wrapper Relocate projects to spring-boot-project 2017-10-04 16:34:23 -07:00
src Test the Gradle plugin against Gradle 4.6 2018-03-02 13:41:28 +00:00
build.gradle Correct location of JDT config files in Gradle plugin 2018-02-08 10:42:50 +00: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 Skip the Gradle Plugin when building with JDK 10 2018-03-02 17:05:58 +00:00