ci: Update dependencies for actions
parent
642ac08338
commit
170a11ae26
@ -1,13 +1,15 @@
|
||||
## Following this blog:
|
||||
# https://proandroiddev.com/how-we-reduced-our-gradle-build-times-by-over-80-51f2b6d6b05b
|
||||
kotlin.code.style=official
|
||||
systemProp.org.gradle.unsafe.configuration-cache=false
|
||||
org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=4096m -XX:+UseParallelGC
|
||||
org.gradle.configureondemand=true
|
||||
org.gradle.parallel=true
|
||||
org.gradle.workers.max=8
|
||||
org.gradle.configuration-cache.max-problems=8
|
||||
org.gradle.configuration-cache.problems=warn
|
||||
|
||||
## Use these flags on local machine for faster build time
|
||||
# org.gradle.caching=true
|
||||
# org.gradle.configuration-cache=true
|
||||
# org.gradle.vfs.watch=true
|
||||
# org.gradle.parallel=true
|
||||
# org.gradle.workers.max=8
|
||||
# org.gradle.configuration-cache.max-problems=8
|
||||
|
||||
Loading…
Reference in New Issue