Skip to content

Commit 37a07cf

Browse files
authored
Enable parallel configuration cache (#6785)
1 parent 80b28eb commit 37a07cf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ org.gradle.caching=true
77
org.gradle.configuration-cache=true
88
#org.gradle.unsafe.isolated-projects=true
99
org.gradle.parallel=true
10+
org.gradle.configuration-cache.parallel=true
1011

1112
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
1213
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true

tests/gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ org.gradle.jvmargs=-Xmx8g
99
org.gradle.caching=true
1010
# Enable the configuration cache
1111
org.gradle.configuration-cache=true
12+
org.gradle.configuration-cache.parallel=true
1213

1314
org.gradle.parallel=true
1415

0 commit comments

Comments
 (0)