Increased JVM memory.

This commit is contained in:
Erik C. Thauvin 2021-05-20 07:40:40 -07:00
parent 54f0d0ae4c
commit 9c762002ed

View file

@ -12,7 +12,7 @@ stages:
build: build:
stage: build stage: build
script: ./gradlew --build-cache assemble script: ./gradlew -DXmx2048m --build-cache assemble
cache: cache:
key: "$CI_COMMIT_REF_NAME" key: "$CI_COMMIT_REF_NAME"
policy: push policy: push