Browse Source

无jira 编译等级调到1.8

feature/big-screen
hades 4 years ago
parent
commit
eb4e56f8e5
  1. 4
      pom.xml

4
pom.xml

@ -28,8 +28,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>

Loading…
Cancel
Save