NoIssue: A lot of cleanup and generalizations

This commit is contained in:
2026-02-01 11:06:49 +01:00
parent 0e8fba4f6b
commit b85cf0a3de
12 changed files with 217 additions and 16 deletions

6
run.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -euo pipefail
./gradlew run \
-Dlog4j.configurationFile="$PWD/config/log4j2.xml" \
--args="foo bar baz"