wheres the lamb sauce ?
All checks were successful
Maven Build / build (push) Successful in 10m43s

This commit is contained in:
rattatwinko
2025-05-11 20:07:19 +02:00
parent 70bf25cd72
commit 889348ccc4
10 changed files with 65 additions and 18 deletions

10
build.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
# Direct build script for Maven project
echo "Current directory: $(pwd)"
echo "Building project with Maven..."
# Run Maven build using the exact pom.xml location
mvn clean package -f "$(pwd)/pom.xml"
echo "Build complete. JAR file should be in target/ directory."