Skip to content

Commit

Permalink
[misc] default compiler version correction
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed Oct 26, 2023
1 parent 8690386 commit 057b2e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@
<compilerArgs>
<arg>-Xlint:all,-options,-path,-processing</arg>
</compilerArgs>
<source>21</source>
<target>21</target>
<source>1.8</source>
<target>1.8</target>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 057b2e9

Please sign in to comment.