mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +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>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<configuration>
|
||||
<source>1.7</source>
|
||||
<target>1.7</target>
|
||||
<source>1.8</source>
|
||||
<target>1.8</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
|
Loading…
Reference in a new issue