maximize parallel builds in CI (#7206)

This commit is contained in:
Derek Bailey
2022-03-31 21:07:37 -07:00
committed by GitHub
parent 21fb5cbbc9
commit 6a446bdd83
5 changed files with 13 additions and 7 deletions

View File

@@ -7,3 +7,5 @@ zipStorePath=wrapper/dists
kotlin.mpp.stability.nowarn=true
# Needed to share source among different targets
kotlin.mpp.enableGranularSourceSetsMetadata=true
# Use parallel builds
org.gradle.parallel=true