Switched to system-wide Gradle.

This commit is contained in:
Erik C. Thauvin 2021-05-20 18:09:42 -07:00
parent d2c0e12e1a
commit 1263160924

View file

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