spring-boot/spring-boot-project
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
..
spring-boot Merge branch '1.5.x' 2018-03-01 17:26:51 +01:00
spring-boot-actuator Polish 2018-02-28 10:59:26 -08:00
spring-boot-actuator-autoconfigure Polish "Remove redundant auto-configuration of SI Micrometer metrics" 2018-02-28 17:45:32 +00:00
spring-boot-autoconfigure Make UserDetailsServiceAutoConfiguration.getOrDeducePassword() private 2018-03-02 10:41:11 +01:00
spring-boot-cli Polish 2018-03-02 10:39:28 +01:00
spring-boot-dependencies Upgrade to Kotlin 1.2.30 2018-03-02 15:23:29 +00:00
spring-boot-devtools Polish 2018-02-26 10:26:02 -08:00
spring-boot-docs Improve documentation for using configuration processor with Gradle 2018-03-02 13:41:28 +00:00
spring-boot-parent Remove no longer needed AspectJ version override with JDK 9+ 2018-03-02 16:04:10 +00:00
spring-boot-properties-migrator Rationalize multi-document config file handling 2018-02-26 23:30:09 -08:00
spring-boot-starters Update flattened POM elements 2018-02-28 19:37:09 -08:00
spring-boot-test Polish 2018-02-25 10:59:02 +01:00
spring-boot-test-autoconfigure Polish 2018-02-28 13:50:43 -08:00
spring-boot-tools Skip the Gradle Plugin when building with JDK 10 2018-03-02 17:05:58 +00:00
pom.xml Rename spring-boot-deprecated-properties-support 2018-01-24 11:15:17 +01:00