3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-07-01 19:08:07 +02:00

Common module should still target Java 8

Dieser Commit ist enthalten in:
Tim203 2023-08-15 17:52:07 +02:00
Ursprung 505c065956
Commit a99d2bcca8
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden

Datei anzeigen

@ -6,3 +6,9 @@ dependencies {
api(libs.cumulus)
api(libs.gson)
}
indra {
javaVersions {
target(8)
}
}