Update build.gradle
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Signed-off-by: yoyosource <yoyosource@nidido.de>
Dieser Commit ist enthalten in:
yoyosource 2021-12-27 16:10:06 +01:00
Ursprung 15a08a64f9
Commit ad86028737

Datei anzeigen

@ -150,7 +150,7 @@ private def await(Process proc) {
}
private def shell(String command) {
if (operatingSystem == "unix" && false) {
if (operatingSystem == "unix") {
return ['bash', '-c', command].execute()
} else {
return ["cmd", "/c", command].execute()