Commit 2cddacb023ea4482f2c396c9c9faad9248251852

Authored by 后端研发-林欢仲
1 parent 63249653

修改编译的jdk是1.7

Showing 1 changed file with 2 additions and 2 deletions
... ... @@ -548,8 +548,8 @@
548 548 <verbose>true</verbose>
549 549 <fork>true</fork>
550 550 <compilerArgument>-nowarn</compilerArgument>
551   - <source>1.6</source>
552   - <target>1.6</target>
  551 + <source>1.7</source>
  552 + <target>1.7</target>
553 553 <encoding>UTF-8</encoding>
554 554 </configuration>
555 555 </plugin>
... ...