Skip to content

Commit 397517f

Browse files
committed
change target version to java 11
1 parent 517548d commit 397517f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
<properties>
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15-
<maven.compiler.source>14</maven.compiler.source>
16-
<maven.compiler.target>14</maven.compiler.target>
15+
<maven.compiler.source>11</maven.compiler.source>
16+
<maven.compiler.target>11</maven.compiler.target>
1717
</properties>
1818

1919
<dependencies>
@@ -37,6 +37,7 @@
3737
<plugins>
3838
<plugin>
3939
<artifactId>maven-assembly-plugin</artifactId>
40+
<version>3.3.0</version>
4041
</plugin>
4142
</plugins>
4243

0 commit comments

Comments
 (0)