mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-28 11:44:42 +02: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:
@ -77,7 +77,7 @@ allprojects {
|
||||
}
|
||||
|
||||
tasks.compileJava.configure {
|
||||
options.release.set(16)
|
||||
options.release.set(17)
|
||||
}
|
||||
|
||||
configurations.all {
|
||||
|
Reference in New Issue
Block a user