SteamWar/SpigotCore
Archiviert
13
0

Fix building, but you cannot test anything from spigot core locally
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Dieser Commit ist enthalten in:
yoyosource 2021-12-24 13:23:19 +01:00
Ursprung 256cf4140d
Commit 0a130fd7fc
2 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen

Datei anzeigen

@ -27,8 +27,8 @@ version '1.0'
compileJava.options.encoding = 'UTF-8'
sourceCompatibility = 1.11
targetCompatibility = 1.11
sourceCompatibility = 1.8
targetCompatibility = 1.8
sourceSets {
main {

Datei anzeigen

@ -61,8 +61,8 @@ ext {
compileJava.options.encoding = 'UTF-8'
sourceCompatibility = 1.11
targetCompatibility = 1.11
sourceCompatibility = 1.8
targetCompatibility = 1.8
mainClassName = ''