From 3370c23ab95d3d7899cfe38fae685b088a9b777e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 2 Mar 2018 17:48:27 +0000 Subject: [PATCH] Skip the Gradle plugin when building with the full profile and JDK 10 See gh-12028 --- .../spring-boot-tools/spring-boot-gradle-plugin/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) 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 e555f9452f..09614822b1 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 @@ -186,6 +186,9 @@ 3.2.10 + + ${skip.gradle.build} + set-up-maven-properties @@ -298,6 +301,7 @@ docs + ${skip.gradle.build}