Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-20 06:50:09 +01:00
Let the fabric module really use Java 17 (#4231)
* Let the fabric module really use java 17 * Remove unnecessary target/source compat; handled by indra instead
Dieser Commit ist enthalten in:
Ursprung
450e3b61fe
Commit
51236f7a59
@ -5,9 +5,10 @@ plugins {
|
|||||||
id("com.modrinth.minotaur") version "2.+"
|
id("com.modrinth.minotaur") version "2.+"
|
||||||
}
|
}
|
||||||
|
|
||||||
java {
|
indra {
|
||||||
targetCompatibility = JavaVersion.VERSION_17
|
javaVersions {
|
||||||
sourceCompatibility = JavaVersion.VERSION_17
|
target(17)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren