Skip to content

Commit

Permalink
fix the build by changing compilerArgs
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed Oct 26, 2020
1 parent d8b9bc0 commit 2efaec6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions activation/pom.xml
Expand Up @@ -72,12 +72,12 @@
ignore some of the errors that are
too hard to fix for now
-->
<compilerArguments>
<compilerArgs>
<arg>-Xlint:all</arg>
<arg>-Xlint:-rawtypes</arg>
<arg>-Xlint:-unchecked</arg>
<arg>-Xlint:-finally</arg>
</compilerArguments>
</compilerArgs>
<showWarnings>true</showWarnings>
</configuration>
</execution>
Expand Down

0 comments on commit 2efaec6

Please sign in to comment.