Commit f3a138da authored by Stephane Nicoll's avatar Stephane Nicoll

Skip Gradle Plugin test when building with JDK 13

See gh-16970
parent 19eaf86e
...@@ -388,5 +388,14 @@ ...@@ -388,5 +388,14 @@
</plugins> </plugins>
</build> </build>
</profile> </profile>
<profile>
<id>java13</id>
<activation>
<jdk>13</jdk>
</activation>
<properties>
<gradle.task>assemble</gradle.task>
</properties>
</profile>
</profiles> </profiles>
</project> </project>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment