issue # configuring gitlab-ci

This commit is contained in:
2025-11-13 00:29:00 +00:00
parent 7292595929
commit 587d21c530

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..."
- sudo chmod +x ./gradlew
- ./gradlew build -Pprofile=prod - ./gradlew build -Pprofile=prod
- ls - ls
- echo "Compile complete." - echo "Compile complete."