Skip to content

Commit 3ddc6fc

Browse files
committed
pom.xml: JDK 17 is required now
1 parent fdf7796 commit 3ddc6fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@
8383
<artifactId>maven-compiler-plugin</artifactId>
8484
<version>3.2</version>
8585
<configuration>
86-
<source>11</source>
87-
<target>11</target>
86+
<source>17</source>
87+
<target>17</target>
8888
</configuration>
8989
</plugin>
9090
</plugins>

0 commit comments

Comments
 (0)