3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-07-03 20:08:08 +02: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:
chris 2023-10-20 22:17:43 +02:00 committet von GitHub
Ursprung 450e3b61fe
Commit 51236f7a59
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -5,9 +5,10 @@ plugins {
id("com.modrinth.minotaur") version "2.+"
}
java {
targetCompatibility = JavaVersion.VERSION_17
sourceCompatibility = JavaVersion.VERSION_17
indra {
javaVersions {
target(17)
}
}
dependencies {