Skip to content

Commit

Permalink
maven-compiler-plugin java update
Browse files Browse the repository at this point in the history
  • Loading branch information
mwodahl committed Apr 1, 2024
1 parent c2e2b29 commit d13c8d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>21</source>
<target>21</target>
<release>21</release>
<showDeprecation>true</showDeprecation>
<compilerArgs>
<arg>-Xlint:deprecation</arg>
Expand Down

0 comments on commit d13c8d0

Please sign in to comment.