Give permission to build

This commit is contained in:
Olivier Demers 2023-02-03 15:35:54 +00:00
parent de73664ec1
commit 23a996b43e

View File

@ -9,5 +9,6 @@ stages: # List of stages for jobs, and their order of execution
build-job: # This job runs in the build stage, which runs first.
stage: build
script:
- chmod +x gradlew
- ./gradlew build