Skip to content

Commit

Permalink
Enable configuration cache
Browse files Browse the repository at this point in the history
Signed-off-by: Jendrik Johannes <[email protected]>
  • Loading branch information
jjohannes committed Feb 20, 2024
1 parent 8dcdd0c commit 1b07f55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 2 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# Need increased heap for running Gradle itself, or SonarQube will run the JVM out of metaspace
org.gradle.jvmargs=-Xmx6144m -Dfile.encoding=UTF-8

# Enable Build Caching
# Enable Build Caching and parallelization (through Configuration Cache)
org.gradle.caching=true

# Enable Gradle parallel builds
org.gradle.parallel=true
org.gradle.configuration-cache=true

# Limit parallel workers
org.gradle.workers.max=6
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
plugins {
id("com.hedera.gradlebuild.repositories")
id("com.autonomousapps.dependency-analysis")
// TODO id "com.github.ben-manes.versions" version "0.48.0"
// TODO id "io.github.gradle-nexus.publish-plugin" version "1.3.0"
}

Expand Down

0 comments on commit 1b07f55

Please sign in to comment.