mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-07-16 12:24:43 +02:00
refactor!: Align plugin's java version with API java version
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