diff --git a/spring-boot-tools/spring-boot-gradle-plugin/pom.xml b/spring-boot-tools/spring-boot-gradle-plugin/pom.xml
index e398467e89b..a1dfc94a5a5 100644
--- a/spring-boot-tools/spring-boot-gradle-plugin/pom.xml
+++ b/spring-boot-tools/spring-boot-gradle-plugin/pom.xml
@@ -18,6 +18,7 @@
${basedir}/../..
./gradlew
+ build
@@ -56,7 +57,7 @@
${gradle.executable}
clean
- build
+ ${gradle.task}
-Pversion=${project.version}
-Pdescription=${project.description}
@@ -113,6 +114,18 @@
gradlew.bat
+
+ skipTests
+
+
+ skipTests
+ true
+
+
+
+ assemble
+
+
full