Tool und Oberflächen Konsolidierung angefangen

This commit is contained in:
2026-08-14 15:41:27 +02:00
parent 400a736804
commit 90599c9c7b
78 changed files with 2400 additions and 311 deletions

View File

@@ -12,3 +12,9 @@ sourceSets {
resources { srcDirs = ['src/main/resources'] }
}
}
// Binärdateien (OGG, PNG, J3O, …) sind bereits komprimiert — STORED spart
// CPU-Zeit beim Einpacken, ohne den Classpath-Zugriff zu beeinflussen.
jar {
entryCompression = ZipEntryCompression.STORED
}