fix(pom): 指定 java 版本
This commit is contained in:
20
pom.xml
20
pom.xml
@@ -157,16 +157,16 @@
|
|||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||||
<version>2.5.12</version>
|
<version>2.5.12</version>
|
||||||
<configuration>
|
<!--<configuration>-->
|
||||||
<includeSystemScope>true</includeSystemScope>
|
<!--<includeSystemScope>true</includeSystemScope>-->
|
||||||
</configuration>
|
<!--</configuration>-->
|
||||||
<executions>
|
<!--<executions>-->
|
||||||
<execution>
|
<!--<execution>-->
|
||||||
<goals>
|
<!--<goals>-->
|
||||||
<goal>repackage</goal>
|
<!--<goal>repackage</goal>-->
|
||||||
</goals>
|
<!--</goals>-->
|
||||||
</execution>
|
<!--</execution>-->
|
||||||
</executions>
|
<!--</executions>-->
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
Reference in New Issue
Block a user