Skip to content

Commit 699c800

Browse files
committed
Set jdk17 in mvn compiler plugin
1 parent f355d48 commit 699c800

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@
110110
<artifactId>maven-compiler-plugin</artifactId>
111111
<version>${maven-compiler-plugin.version}</version>
112112
<configuration>
113-
<source>1.8</source>
114-
<target>1.8</target>
113+
<release>17</release>
115114
<optimize>true</optimize>
116115
</configuration>
117116
</plugin>

0 commit comments

Comments
 (0)