mirror of
https://github.com/RemainderTime/spring-boot-base-demo.git
synced 2026-03-11 22:50:52 +08:00
修改maven版本
This commit is contained in:
5
pom.xml
5
pom.xml
@@ -147,9 +147,10 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.8.1</version>
|
||||
<configuration>
|
||||
<source>14</source>
|
||||
<target>14</target>
|
||||
<source>1.8</source>
|
||||
<target>1.8</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
||||
Reference in New Issue
Block a user