Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit37a07cf

Browse files
authored
Enable parallel configuration cache (#6785)
1 parent80b28eb commit37a07cf

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)

[8]ページ先頭

©2009-2025 Movatter.jp