From f3a138da1600a15b34a994f94d5e23e69611b1ab Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 24 Jul 2019 08:49:52 +0200 Subject: [PATCH] Skip Gradle Plugin test when building with JDK 13 See gh-16970 --- .../spring-boot-tools/spring-boot-gradle-plugin/pom.xml | 9 +++++++++ 1 file changed, 9 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 564d5d04ca..3e9f7388fa 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 @@ -388,5 +388,14 @@ + + java13 + + 13 + + + assemble + +