Skip to content

Commit 15a7ebc

Browse files
committed
Disable config cache until it's ready
1 parent 5d74ebb commit 15a7ebc

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
@@ -2,7 +2,7 @@ org.gradle.unsafe.configuration-cache-problems=warn
22
org.gradle.jvmargs=-XX:MaxMetaspaceSize=2g -Xmx2g
33
org.gradle.vfs.watch=true
44
org.gradle.parallel=true
5-
org.gradle.configuration-cache=true
5+
org.gradle.configuration-cache=false
66
kotlin.code.style=official
77
kotlin.js.generate.externals=false
88
kotlin.js.compiler=ir

0 commit comments

Comments
 (0)