Update file .gitlab-ci.yml

This commit is contained in:
2025-11-13 01:19:28 +00:00
parent 2dabad90f0
commit 181398e7e3

View File

@@ -30,6 +30,7 @@ build: # This job runs in the build stage, which runs first.
- echo "Compiling the code..."
- java --version
- chmod +x ./gradlew
- javac --version
- ./gradlew build -Pprofile=prod --refresh-dependencies
- ls
- echo "Compile complete."