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..." - echo "Compiling the code..."
- java --version - java --version
- chmod +x ./gradlew - chmod +x ./gradlew
- javac --version
- ./gradlew build -Pprofile=prod --refresh-dependencies - ./gradlew build -Pprofile=prod --refresh-dependencies
- ls - ls
- echo "Compile complete." - echo "Compile complete."