mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
fixed java 16 thanks to @davchoo
This commit is contained in:
parent
2dbd39c5a4
commit
d1fbb909a5
3 changed files with 15 additions and 5 deletions
|
@ -16,6 +16,6 @@ dependencies {
|
|||
|
||||
tasks.withType<KotlinCompile> {
|
||||
kotlinOptions {
|
||||
jvmTarget = "17"
|
||||
jvmTarget = "16"
|
||||
}
|
||||
}
|
|
@ -26,8 +26,8 @@ tasks {
|
|||
}
|
||||
|
||||
java {
|
||||
sourceCompatibility = JavaVersion.VERSION_17
|
||||
targetCompatibility = JavaVersion.VERSION_17
|
||||
sourceCompatibility = JavaVersion.VERSION_16
|
||||
targetCompatibility = JavaVersion.VERSION_16
|
||||
|
||||
withSourcesJar()
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue