Skip to content

Commit f3a138d

Browse files
committed
Skip Gradle Plugin test when building with JDK 13
See gh-16970
1 parent 19eaf86 commit f3a138d

File tree

1 file changed

+9
-0
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin

1 file changed

+9
-0
lines changed

spring-boot-project/spring-boot-tools/spring-boot-gradle-plugin/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,5 +388,14 @@
388388
</plugins>
389389
</build>
390390
</profile>
391+
<profile>
392+
<id>java13</id>
393+
<activation>
394+
<jdk>13</jdk>
395+
</activation>
396+
<properties>
397+
<gradle.task>assemble</gradle.task>
398+
</properties>
399+
</profile>
391400
</profiles>
392401
</project>

0 commit comments

Comments
 (0)