Loading .github/actions/setup/action.yml +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ runs: steps: - name: Copy CI gradle.properties shell: bash run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties run: mkdir -p ~/.gradle ; cp .github/ci-gradle-android-pr-workflow.properties ~/.gradle/gradle.properties - name: Set up JDK uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1 Loading .github/ci-gradle-android-pr-workflow.properties 0 → 100644 +10 −0 Original line number Diff line number Diff line org.gradle.daemon=false org.gradle.parallel=true org.gradle.caching=true org.gradle.configuration-cache=true org.gradle.configuration-cache.parallel=true org.gradle.workers.max=4 org.gradle.jvmargs=-Xmx10g -XX:MaxMetaspaceSize=4g -Dfile.encoding=UTF-8 -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError kotlin.incremental=true kotlin.compiler.execution.strategy=in-process Loading
.github/actions/setup/action.yml +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ runs: steps: - name: Copy CI gradle.properties shell: bash run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties run: mkdir -p ~/.gradle ; cp .github/ci-gradle-android-pr-workflow.properties ~/.gradle/gradle.properties - name: Set up JDK uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1 Loading
.github/ci-gradle-android-pr-workflow.properties 0 → 100644 +10 −0 Original line number Diff line number Diff line org.gradle.daemon=false org.gradle.parallel=true org.gradle.caching=true org.gradle.configuration-cache=true org.gradle.configuration-cache.parallel=true org.gradle.workers.max=4 org.gradle.jvmargs=-Xmx10g -XX:MaxMetaspaceSize=4g -Dfile.encoding=UTF-8 -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError kotlin.incremental=true kotlin.compiler.execution.strategy=in-process