From 2bcf29913d6bcacd20dc7520301d3ffa9d6573a0 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 4 May 2018 11:40:35 +0100 Subject: [PATCH] Skip building the Gradle plugin on Java 9 as well as 10 Upgrading the JDK 9-based build to use JDK 9.0.4 has revealed that Gradle 4.0.x doesn't work with it as it fails to parse the 9.0.4 version number. This commit disables building the Gradle plugin on Java 9 (as we had already done for Java 10) until we decide what to do (see gh-12333). --- .../spring-boot-tools/spring-boot-gradle-plugin/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/pom.xml b/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/pom.xml index 09614822b1..c6a09fd722 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/pom.xml +++ b/spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/pom.xml @@ -310,9 +310,9 @@ - java10 + java9 - 10 + [9,) true