Increased JVM memory, again.

This commit is contained in:
Erik C. Thauvin 2021-05-20 17:18:31 -07:00
parent d1e181c2d4
commit c959106964

View file

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