Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e441aafd authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Fix build issue with new docker

parent 2c63be2d
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ build:
  - echo ichnaea.key $ICHNAEA_KEY >> local.properties
  - echo "${KEYSTORE}" | base64 -d > play-services-core/e.keystore
  - export TERM=dumb
  - export JAVA_OPTS="-XX:+CMSClassUnloadingEnabled -XX:+HeapDumpOnOutOfMemoryError -Xmx4096m"
  - export JAVA_OPTS="-XX:+HeapDumpOnOutOfMemoryError -Xmx4096m"
  script:
  - ./gradlew assembleDebug
  - ./gradlew assembleRelease