Skip to content

Commit 40f6156

Browse files
committed
升级Java Source版本
1 parent 50aeef2 commit 40f6156

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
@@ -73,8 +73,8 @@
7373
<artifactId>maven-compiler-plugin</artifactId>
7474
<version>3.8.0</version>
7575
<configuration>
76-
<source>1.8</source>
77-
<target>1.8</target>
76+
<source>11</source>
77+
<target>11</target>
7878
<encoding>utf8</encoding>
7979
</configuration>
8080
</plugin>

0 commit comments

Comments
 (0)