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