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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 13 additions and 7 deletions

View file

@ -4,3 +4,5 @@ distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip
# Use parallel builds
org.gradle.parallel=true