Skip to content

Commit

Permalink
Update configuration of maven-compiler-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
pushkarnk committed Aug 7, 2024
1 parent 3c7c6a5 commit a0bc95f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version>
<configuration>
<source>21</source>
<target>21</target>
<release>21</release>
</configuration>
</plugin>
<!-- Jar Plugin -->
<plugin>
Expand Down

0 comments on commit a0bc95f

Please sign in to comment.