mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-12-04 12:51:09 -05:00
Update pom to target Java 1.8
Fixes Maven warning about dnsjava using 1.8
This commit is contained in:
parent
c1f371725a
commit
e3208ef4e8
1 changed files with 1 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -20,7 +20,7 @@
|
|||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<jdk.version>1.7</jdk.version>
|
||||
<jdk.version>1.8</jdk.version>
|
||||
<argLine></argLine>
|
||||
</properties>
|
||||
|
||||
|
|
Loading…
Reference in a new issue