This commit is contained in:
parent
037306a7a0
commit
82bb847812
1 changed files with 2 additions and 1 deletions
|
@ -5,4 +5,5 @@ name: build
|
|||
steps:
|
||||
- name: build
|
||||
image: d.xr.to/jdk
|
||||
command: ./gradle build
|
||||
commands:
|
||||
- GRADLE_OPTS="-XX:MaxMetaspaceSize=256m -XX:+HeapDumpOnOutOfMemoryError -Xmx512m" ./gradlew build --no-daemon
|
||||
|
|
Loading…
Reference in a new issue