Full bump to Java 16

This commit is contained in:
2021-07-29 11:56:24 +02:00
parent f7e4e42a47
commit 9990ce3900
5 changed files with 15 additions and 17 deletions

View File

@@ -37,8 +37,8 @@
<properties>
<build.number>unknown</build.number>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>16</maven.compiler.source>
<maven.compiler.target>16</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<bungeecord.version>1.17-R0.1-SNAPSHOT</bungeecord.version>