Skip to content

Commit

Permalink
Skip the Gradle plugin when building with the full profile and JDK 10
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Mar 2, 2018
1 parent 2b1252e commit 3370c23
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -298,6 +301,7 @@
<classifier>docs</classifier>
</artifact>
</artifacts>
<skipAttach>${skip.gradle.build}</skipAttach>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 3370c23

Please sign in to comment.