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