Build jar command

This commit is contained in:
Connor Yoh 2025-07-14 18:42:43 +01:00
parent ae9766d422
commit 89506a7a25

View File

@ -112,8 +112,9 @@ jobs:
run: |
chmod +x ./gradlew
echo "🔧 Building Stirling-PDF JAR..."
STIRLING_PDF_DESKTOP_UI=false ./gradlew clean bootJar --no-daemon
# STIRLING_PDF_DESKTOP_UI=false ./gradlew clean bootJar --no-daemon
./gradlew clean build -x spotlessApply -x spotlessCheck -x test -x sonarqube
# Find the built JAR
STIRLING_JAR=$(ls stirling-pdf/build/libs/stirling-pdf-*.jar | head -n 1)
echo "✅ Built JAR: $STIRLING_JAR"