Skip to content

Commit

Permalink
Suppresses warning that Java source and target versions 8 are obsolete
Browse files Browse the repository at this point in the history
  • Loading branch information
jqno committed Mar 22, 2023
1 parent de06adc commit aed21e5
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 @@ -240,7 +240,7 @@
<showWarnings>true</showWarnings>
<compilerArgs>
<arg>-Werror</arg>
<arg>-Xlint:deprecation,removal,rawtypes,unchecked</arg>
<arg>-Xlint:deprecation,removal,rawtypes,unchecked,-options</arg>
</compilerArgs>
</configuration>
</plugin>
Expand Down

0 comments on commit aed21e5

Please sign in to comment.