1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-20 07:19:29 +00:00

fixed java 16 thanks to @davchoo

This commit is contained in:
Kas-tle
2022-07-12 17:09:48 +00:00
committed by GitHub
parent 2dbd39c5a4
commit d1fbb909a5
3 changed files with 15 additions and 5 deletions

View File

@@ -26,8 +26,8 @@ tasks {
}
java {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
sourceCompatibility = JavaVersion.VERSION_16
targetCompatibility = JavaVersion.VERSION_16
withSourcesJar()
}