mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
Rev .pom Java version to fix compilation.
This commit is contained in:
parent
31ba751c66
commit
34ea9e53d0
1 changed files with 2 additions and 2 deletions
|
@ -67,8 +67,8 @@
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
<configuration>
|
<configuration>
|
||||||
<source>1.7</source>
|
<source>1.8</source>
|
||||||
<target>1.7</target>
|
<target>1.8</target>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|
Loading…
Reference in a new issue