mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-12-04 12:51:09 -05:00
Set Java version to 1.7 in POM
There are 1.7 classes being used, so we should specify that Java 1.7 is required.
This commit is contained in:
parent
55b4d8b6ba
commit
7be81ec106
1 changed files with 2 additions and 2 deletions
4
pom.xml
4
pom.xml
|
@ -78,8 +78,8 @@
|
|||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>2.5.1</version>
|
||||
<configuration>
|
||||
<source>1.6</source>
|
||||
<target>1.6</target>
|
||||
<source>1.7</source>
|
||||
<target>1.7</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
|
Loading…
Reference in a new issue