Skip to content

Commit

Permalink
Revert "build(Gradle): Enable the configuration cache for faster builds"
Browse files Browse the repository at this point in the history
This reverts commit d3ec5fb as the configuration cache does not work
with publishing Maven artifacts.

Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Feb 15, 2024
1 parent 1a53592 commit 6c9c5de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
# License-Filename: LICENSE

org.gradle.caching = true
org.gradle.configuration-cache = true
org.gradle.jvmargs = -Xmx2g -XX:MaxMetaspaceSize=1g -Dfile.encoding=UTF-8
org.gradle.kotlin.dsl.allWarningsAsErrors = true
org.gradle.parallel = true
Expand Down

0 comments on commit 6c9c5de

Please sign in to comment.