fixed build script: don't exit the terminal if there are compile errors

This commit is contained in:
2025-08-13 16:03:45 +02:00
parent 426009bdfe
commit 854dc0697f

View File

@@ -1,4 +1,4 @@
#/usr/bin/env bash #/usr/bin/env bash
set -euo pipefail set -uo pipefail
javac -d target/ src/**/*.java javac -d target/ src/**/*.java