ci: Allow gradle to set the number of workers (#416)

This commit is contained in:
Nik Clayton 2024-02-04 21:13:04 +01:00 committed by GitHub
parent 34cbf1c6c1
commit 4283161f2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -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