Skip Gradle Plugin test when building with JDK 13

See gh-16970
pull/17636/head
Stephane Nicoll 5 years ago
parent 19eaf86efa
commit f3a138da16

@ -388,5 +388,14 @@
</plugins>
</build>
</profile>
<profile>
<id>java13</id>
<activation>
<jdk>13</jdk>
</activation>
<properties>
<gradle.task>assemble</gradle.task>
</properties>
</profile>
</profiles>
</project>

Loading…
Cancel
Save