mirror of
https://github.com/PaperMC/Velocity.git
synced 2026-02-21 16:37:42 +01:00
Update minimum Java version to 21 (#1649)
This commit is contained in:
@@ -12,7 +12,7 @@ subprojects {
|
||||
|
||||
java {
|
||||
toolchain {
|
||||
languageVersion.set(JavaLanguageVersion.of(17))
|
||||
languageVersion.set(JavaLanguageVersion.of(21))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user