--- kind: pipeline name: build steps: - name: build image: d.xr.to/jdk commands: - GRADLE_OPTS="-XX:MaxMetaspaceSize=256m -XX:+HeapDumpOnOutOfMemoryError -Xmx512m" ./gradlew build --no-daemon