Skip to content

Commit bd63192

Browse files
devondragonclaude
andcommitted
Enable Gradle configuration cache for faster builds
Enables Gradle's configuration cache to significantly improve build performance on subsequent builds by caching the result of the configuration phase. Set to warning mode to accommodate the net.researchgate.release plugin which isn't fully compatible yet, while still providing performance benefits for most build tasks. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 708eef1 commit bd63192

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

gradle.properties

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,10 @@ version=1.2.1-SNAPSHOT
33
# Maven Central Publishing Configuration
44
mavenCentralPublishing=true
55
mavenCentralAutomaticPublishing=true
6+
7+
# Gradle Performance Optimizations
8+
# Note: Configuration cache is enabled in warning mode due to compatibility issues
9+
# with the net.researchgate.release plugin. This still provides performance benefits
10+
# for most build tasks.
11+
org.gradle.configuration-cache=true
12+
org.gradle.configuration-cache.problems=warn

0 commit comments

Comments
 (0)