Using system wide Gradle.

This commit is contained in:
Erik C. Thauvin 2021-05-21 13:09:35 -07:00
parent c8a003db25
commit 1df4570bc9

View file

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