Skip to content

Commit 4e8dfa1

Browse files
committed
chore: disable configuration cache
1 parent 5cfb6a6 commit 4e8dfa1

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
@@ -4,7 +4,7 @@ org.gradle.parallel=true
44
org.gradle.caching=true
55
org.gradle.daemon=true
66
org.gradle.configureondemand=true
7-
org.gradle.configuration-cache=true
7+
org.gradle.configuration-cache=false
88
org.gradle.configuration-cache.problems=warn
99
org.gradle.kotlin.dsl.allWarningsAsErrors=true
1010
org.gradle.unsafe.isolated-projects=false

0 commit comments

Comments
 (0)