mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-12-21 07:49:32 +00:00
Target Java 17
This commit is contained in:
@@ -5,12 +5,6 @@ plugins {
|
|||||||
id("com.modrinth.minotaur") version "2.+"
|
id("com.modrinth.minotaur") version "2.+"
|
||||||
}
|
}
|
||||||
|
|
||||||
indra {
|
|
||||||
javaVersions {
|
|
||||||
target(17)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
//to change the versions see the gradle.properties file
|
//to change the versions see the gradle.properties file
|
||||||
minecraft(libs.fabric.minecraft)
|
minecraft(libs.fabric.minecraft)
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ indra {
|
|||||||
mitLicense()
|
mitLicense()
|
||||||
|
|
||||||
javaVersions {
|
javaVersions {
|
||||||
target(16)
|
target(17)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ allprojects {
|
|||||||
|
|
||||||
java {
|
java {
|
||||||
toolchain {
|
toolchain {
|
||||||
languageVersion.set(JavaLanguageVersion.of(16))
|
languageVersion.set(JavaLanguageVersion.of(17))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user