Skip to content

Commit 1ed73d0

Browse files
committed
Update to Java 17
1 parent 83ce66c commit 1ed73d0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,7 @@
279279
<artifactId>maven-compiler-plugin</artifactId>
280280
<version>3.14.0</version>
281281
<configuration>
282-
<source>1.8</source>
283-
<target>1.8</target>
282+
<release>17</release>
284283
</configuration>
285284
</plugin>
286285
<plugin>
@@ -293,7 +292,7 @@
293292
<artifactId>maven-javadoc-plugin</artifactId>
294293
<version>${plugin.javadocs.version}</version>
295294
<configuration>
296-
<source>8</source>
295+
<source>17</source>
297296
</configuration>
298297
</plugin>
299298
<plugin>

0 commit comments

Comments
 (0)