diff --git a/.github/ci-gradle.properties b/.github/ci-gradle.properties index a9abe496ae..863e0c992d 100644 --- a/.github/ci-gradle.properties +++ b/.github/ci-gradle.properties @@ -14,9 +14,9 @@ # limitations under the License. # -org.gradle.daemon=false +org.gradle.daemon=true org.gradle.parallel=true -org.gradle.workers.max=2 +org.gradle.workers.max=4 org.gradle.configuration-cache=true org.gradle.configuration-cache.parallel=true