Skip to content

Commit

Permalink
Merge pull request #220 from rhusar/MODCLUSTER-539
Browse files Browse the repository at this point in the history
MODCLUSTER-539 Support JDK9 build 9-ea+139
  • Loading branch information
rhusar committed Oct 12, 2016
2 parents 3f20488 + 4cb6d69 commit 77ecb82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
<!-- Fork is needed so compiler args can be used -->
<fork>true</fork>
<compilerArgs>
<arg>-J-addmods</arg>
<arg>-J--add-modules</arg>
<arg>-Jjava.annotations.common</arg>
</compilerArgs>
</configuration>
Expand Down

0 comments on commit 77ecb82

Please sign in to comment.