Commit 3370c23a authored by Andy Wilkinson's avatar Andy Wilkinson

Skip the Gradle plugin when building with the full profile and JDK 10

See gh-12028
parent 2b1252e2
......@@ -186,6 +186,9 @@
<version>3.2.10</version>
</dependency>
</dependencies>
<configuration>
<skip>${skip.gradle.build}</skip>
</configuration>
<executions>
<execution>
<id>set-up-maven-properties</id>
......@@ -298,6 +301,7 @@
<classifier>docs</classifier>
</artifact>
</artifacts>
<skipAttach>${skip.gradle.build}</skipAttach>
</configuration>
</execution>
</executions>
......
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