3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-11-19 22:40:18 +01:00

Removed explicit java source/target version

Co-authored-by: chris <reichel32574@gmail.com>
Dieser Commit ist enthalten in:
RK_01 2023-10-20 22:17:20 +02:00 committet von GitHub
Ursprung b59fc669de
Commit a1265caa90
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -1,8 +1,3 @@
java {
targetCompatibility = JavaVersion.VERSION_17
sourceCompatibility = JavaVersion.VERSION_17
}
indra {
javaVersions {
target(17)