mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-21 12:46:46 +01:00
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:
parent
4d297cc829
commit
7c290e6bd0
@ -77,7 +77,7 @@ allprojects {
|
||||
}
|
||||
|
||||
tasks.compileJava.configure {
|
||||
options.release.set(16)
|
||||
options.release.set(17)
|
||||
}
|
||||
|
||||
configurations.all {
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user