Skip to content

Commit c87f633

Browse files
authored
Merge pull request #1576 from grails/gradleBuildCache
Fixed typo to enable Gradle build cache
2 parents 18fae26 + 02b9637 commit c87f633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ junit-jupiter.version=5.7.0
2424
javassistVersion=3.28.0-GA
2525
groovyVersion=3.0.7
2626

27-
org.gradle.cache=true
27+
org.gradle.caching=true
2828
org.gradle.parallel=true
2929
org.gradle.daemon=true

0 commit comments

Comments
 (0)