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 9870105e2e..e555f9452f 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
@@ -15,6 +15,7 @@
${basedir}/../../..
./gradlew
build
+ false
@@ -84,6 +85,7 @@
-Pdescription=${project.description}
-S
+ ${skip.gradle.build}
exec
@@ -118,6 +120,7 @@
sources
+ ${skip.gradle.build}
@@ -302,5 +305,14 @@
+
+ java10
+
+ 10
+
+
+ true
+
+