remove: server gui

This commit is contained in:
2025-06-11 22:49:53 +03:00
parent 88588378c1
commit 8cd5e6e0cd
10 changed files with 2 additions and 455 deletions

View File

@@ -1,4 +1,4 @@
//file:noinspection GrDeprecatedAPIUsage
//file:noinspection all
plugins {
id "application"
}
@@ -16,5 +16,4 @@ run {
if (!workingDir.exists()) {
workingDir.mkdir()
}
args "nogui"
}