mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 20:00:46 +00:00
Set Gradle toolchain to JDK 16 (#4168)
Co-authored-by: Josh Roy <10731363+JRoy@users.noreply.github.com>
This commit is contained in:
parent
b716c04d96
commit
e9169b890d
1 changed files with 1 additions and 0 deletions
|
@ -165,6 +165,7 @@ subprojects {
|
||||||
|
|
||||||
javaVersions {
|
javaVersions {
|
||||||
target 8
|
target 8
|
||||||
|
minimumToolchain 16
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue