forked from git-mirrors/GeyserConnect
Bump Geyser version to 1.4.3-SNAPSHOT and Java 16
This commit is contained in:
parent
2ffea1818b
commit
fdc2f38397
1 changed files with 3 additions and 3 deletions
6
pom.xml
6
pom.xml
|
@ -16,8 +16,8 @@
|
|||
<outputName>GeyserConnect</outputName>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
<maven.compiler.source>1.8</maven.compiler.source>
|
||||
<maven.compiler.target>1.8</maven.compiler.target>
|
||||
<maven.compiler.source>16</maven.compiler.source>
|
||||
<maven.compiler.target>16</maven.compiler.target>
|
||||
</properties>
|
||||
|
||||
<organization>
|
||||
|
@ -68,7 +68,7 @@
|
|||
<dependency>
|
||||
<groupId>org.geysermc</groupId>
|
||||
<artifactId>connector</artifactId>
|
||||
<version>1.4.2-SNAPSHOT</version>
|
||||
<version>1.4.3-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.nukkitx.network</groupId>
|
||||
|
|
Loading…
Add table
Reference in a new issue