thunderbird-android/gradle.properties
cketti 4c648ecd75 Add GitHub workflow to update the Gradle build cache
When `gradle-build-action` is run for pull requests, it will only read from, but never write to the build cache. To make the cache actually useful, we build the `main` branch (but don't run the tests).
2022-12-06 16:34:02 +01:00

6 lines
165 B
INI

android.useAndroidX=true
android.enableJetifier=false
android.nonTransitiveRClass=true
org.gradle.jvmargs=-Xmx1400m
org.gradle.parallel=true
org.gradle.caching=true