Browse Source

修改pom文件中对应java版本

tags/V1.8.0^2
xiaoying 1 year ago
parent
commit
133a337be0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pom.xml

+ 1
- 1
pom.xml View File

@@ -29,7 +29,7 @@
</modules>

<properties>
<java.version>1.8</java.version>
<java.version>11</java.version>
<!-- 表示打包时跳过mvn test -->
<maven.test.skip>true</maven.test.skip>
<!--全局配置项目版本号-->

Loading…
Cancel
Save