Skip to content

Commit

Permalink
Allow compilation on newer versions of Java
Browse files Browse the repository at this point in the history
  • Loading branch information
sualeh committed Aug 11, 2024
1 parent f40f63c commit 0ef91c1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,7 @@
<configuration>
<source>8</source>
<target>8</target>
<compilerArgs>
<arg>-Werror</arg>
</compilerArgs>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 0ef91c1

Please sign in to comment.