Skip to content

Commit f4da50e

Browse files
committed
Upgrade java version
1 parent 20840c0 commit f4da50e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<groupId>org.apache.maven.plugins</groupId>
1111
<artifactId>maven-compiler-plugin</artifactId>
1212
<configuration>
13-
<source>1.8</source>
14-
<target>1.8</target>
13+
<source>17</source>
14+
<target>17</target>
1515
</configuration>
1616
</plugin>
1717
</plugins>

0 commit comments

Comments
 (0)