Skip to content

Commit

Permalink
Set jdk17 in mvn compiler plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-v committed Oct 6, 2024
1 parent f355d48 commit 699c800
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 @@ -110,8 +110,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin.version}</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<release>17</release>
<optimize>true</optimize>
</configuration>
</plugin>
Expand Down

0 comments on commit 699c800

Please sign in to comment.