diff --git a/gradle.properties b/gradle.properties index 69a3cde4..384e2007 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,7 @@ # Turn on parallel compilation, caching and on-demand configuration org.gradle.caching=true org.gradle.parallel=true +org.gradle.configuration-cache.parallel=true # Required to publish to Nexus (see https://github.com/gradle/gradle/issues/11308) systemProp.org.gradle.internal.publish.checksums.insecure=true # Increase timeout when pushing to Sonatype