mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-23 13:46:45 +01:00
refactor!: Align plugin's java version with API java version
This commit is contained in:
parent
6a5859ee0f
commit
12463dbb1c
@ -77,7 +77,7 @@ allprojects {
|
||||
}
|
||||
|
||||
tasks.compileJava.configure {
|
||||
options.release.set(16)
|
||||
options.release.set(17)
|
||||
}
|
||||
|
||||
configurations.all {
|
||||
|
Loading…
Reference in New Issue
Block a user