[CI SKIP] Cache Gradle dependencies for PR build check workflow (#4511)

This commit is contained in:
arkon
2020-10-04 19:29:45 -04:00
committed by GitHub
parent cc700b14d9
commit 1d56cacae9
2 changed files with 22 additions and 1 deletions

View File

@ -0,0 +1,6 @@
org.gradle.daemon=false
org.gradle.jvmargs=-Xmx5120m
org.gradle.workers.max=2
kotlin.incremental=false
kotlin.compiler.execution.strategy=in-process