Update file .gitlab-ci.yml

This commit is contained in:
2025-11-13 00:45:58 +00:00
parent d4c8ac3a80
commit d5ee334078

View File

@@ -25,6 +25,7 @@ build: # This job runs in the build stage, which runs first.
- local-runner - local-runner
script: script:
- echo "Compiling the code..." - echo "Compiling the code..."
- java --version
- chmod +x ./gradlew - chmod +x ./gradlew
- ./gradlew build -Pprofile=prod - ./gradlew build -Pprofile=prod
- ls - ls