mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-09-19 01:58:17 +08:00
fix: IDEA 导入的时候总是会将编译level变成5.0的问题
This commit is contained in:
10
pom.xml
10
pom.xml
@@ -225,6 +225,16 @@
|
||||
<goals>deploy</goals>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>2.3.2</version>
|
||||
<configuration>
|
||||
<source>1.7</source>
|
||||
<target>1.7</target>
|
||||
<encoding>UTF-8</encoding>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
Reference in New Issue
Block a user