Skip to content

Commit 1495197

Browse files
committed
fix
1 parent 97d25bb commit 1495197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<plugin>
2929
<groupId>org.apache.maven.plugins</groupId>
3030
<artifactId>maven-compiler-plugin</artifactId>
31-
<version>3.9.9</version> <!-- 显式指定一个兼容的版本 -->
31+
<version>3.8.1</version> <!-- 显式指定一个兼容的版本 -->
3232
<configuration>
3333
<source>${java.version}</source>
3434
<target>${java.version}</target>

0 commit comments

Comments
 (0)