4c648ecd75
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).
6 lines
165 B
INI
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
|