Align plugin's java version with API java version - Java 17 (#3468)

* refactor!: Align plugin's java version with API java version

* fix: Bump Guice to fix private injection on Java 17
This commit is contained in:
Alex 2022-01-27 13:26:58 +01:00 committed by GitHub
parent 4d297cc829
commit 7c290e6bd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ allprojects {
}
tasks.compileJava.configure {
options.release.set(16)
options.release.set(17)
}
configurations.all {

View File

@ -7,7 +7,7 @@ guava = "31.0.1-jre" # Version set by Minecraft
# Platform expectations
paper = "1.18.1-R0.1-SNAPSHOT"
checker-qual = "3.21.1"
guice = "5.0.1"
guice = "5.1.0"
findbugs = "3.0.1"
snakeyaml = "1.30" # Version set by Bukkit