Skip to content

Commit ecead83

Browse files
committed
Enable Gradle caching and parallel execution
Update gradle.properties to uncomment and enable Gradle build caching and parallel execution for improved build performance.
1 parent decb6c8 commit ecead83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ testGradleArguments=
2828
testIntelliJVersion=2021.2.4
2929
testMarkdownPluginVersion=212.5457.16
3030

31-
#org.gradle.caching=true
32-
#org.gradle.parallel=true
31+
org.gradle.caching=true
32+
org.gradle.parallel=true
3333

3434
# Dokka is incompatible with the configuration cache https://github.com/Kotlin/dokka/issues/1217
3535
#org.gradle.unsafe.configuration-cache=true

0 commit comments

Comments
 (0)