Increased JVM memory.
This commit is contained in:
parent
54f0d0ae4c
commit
9c762002ed
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue