shitfuckanalsex
Some checks failed
Maven Build / build (push) Has been cancelled

This commit is contained in:
2025-07-14 00:53:10 +02:00
parent e32a27d4e1
commit e54392b9fc
2 changed files with 65 additions and 0 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."