Skip to content

Commit

Permalink
Make the compiler arguments to Xlint valid xml
Browse files Browse the repository at this point in the history
Fixes 53

Signed-off-by: Warwick Hunter <whunter@anonyome.com>
  • Loading branch information
rivercartwright authored and lukasj committed Oct 26, 2020
1 parent f1e1ad9 commit 56476d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions activation/pom.xml
Expand Up @@ -73,10 +73,10 @@
too hard to fix for now
-->
<compilerArguments>
<Xlint:all/>
<Xlint:-rawtypes/>
<Xlint:-unchecked/>
<Xlint:-finally/>
<arg>-Xlint:all</arg>
<arg>-Xlint:-rawtypes</arg>
<arg>-Xlint:-unchecked</arg>
<arg>-Xlint:-finally</arg>
</compilerArguments>
<showWarnings>true</showWarnings>
</configuration>
Expand Down

0 comments on commit 56476d3

Please sign in to comment.