issue # configuring gitlab-ci

This commit is contained in:
2025-11-13 00:42:42 +00:00
parent 587d21c530
commit d4c8ac3a80

View File

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