Using system wide Gradle.

This commit is contained in:
Erik C. Thauvin 2021-05-21 13:10:31 -07:00
parent 6ecd5e2b4e
commit 23ada77699
2 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@ stages:
build:
stage: build
script: ./gradlew --build-cache assemble
script: gradle --build-cache assemble
cache:
key: "$CI_COMMIT_REF_NAME"
policy: push
@ -22,7 +22,7 @@ build:
test:
stage: test
script: ./gradlew check
script: gradle check
cache:
key: "$CI_COMMIT_REF_NAME"
policy: pull