mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +00:00
maximize parallel builds in CI (#7206)
This commit is contained in:
@@ -19,3 +19,5 @@ android.useAndroidX=true
|
||||
android.enableJetifier=true
|
||||
# Kotlin code style for this project: "official" or "obsolete":
|
||||
kotlin.code.style=official
|
||||
# Use parallel builds
|
||||
org.gradle.parallel=true
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user