Loading .gitlab-ci.yml +1 −2 Original line number Diff line number Diff line Loading @@ -38,8 +38,7 @@ build: - export TERM=dumb - export JAVA_OPTS="-XX:+CMSClassUnloadingEnabled -XX:+HeapDumpOnOutOfMemoryError -Xmx4096m" script: - ./gradlew assembleDebug - ./gradlew assembleRelease - ./gradlew assembleWithMapboxWithoutNearbyRelease artifacts: paths: - play-services-core/build/outputs/apk/ Loading Loading
.gitlab-ci.yml +1 −2 Original line number Diff line number Diff line Loading @@ -38,8 +38,7 @@ build: - export TERM=dumb - export JAVA_OPTS="-XX:+CMSClassUnloadingEnabled -XX:+HeapDumpOnOutOfMemoryError -Xmx4096m" script: - ./gradlew assembleDebug - ./gradlew assembleRelease - ./gradlew assembleWithMapboxWithoutNearbyRelease artifacts: paths: - play-services-core/build/outputs/apk/ Loading