ci: Allow gradle to set the number of workers (#416)
This commit is contained in:
parent
34cbf1c6c1
commit
4283161f2a
|
@ -18,7 +18,6 @@
|
|||
# CI build workers are ephemeral, so don't benefit from the Gradle daemon
|
||||
org.gradle.daemon=false
|
||||
org.gradle.parallel=true
|
||||
org.gradle.workers.max=2
|
||||
org.gradle.configuration-cache=true
|
||||
|
||||
kotlin.incremental=false
|
||||
|
|
Loading…
Reference in New Issue