Skip to content

Commit

Permalink
build: Enable parallel execution and build cache in Gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebz committed Jul 16, 2024
1 parent ab4addf commit 8f1a824
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Workaround for Dokka issue: https://github.com/Kotlin/dokka/issues/1405
org.gradle.jvmargs=-XX:MaxMetaspaceSize=1G
systemProp.sonar.gradle.skipCompile=true
org.gradle.parallel=true
org.gradle.caching=true

0 comments on commit 8f1a824

Please sign in to comment.