Skip to content

Commit

Permalink
Disable config cache until it's ready
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetuska committed Jul 21, 2023
1 parent 5d74ebb commit 15a7ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ org.gradle.unsafe.configuration-cache-problems=warn
org.gradle.jvmargs=-XX:MaxMetaspaceSize=2g -Xmx2g
org.gradle.vfs.watch=true
org.gradle.parallel=true
org.gradle.configuration-cache=true
org.gradle.configuration-cache=false
kotlin.code.style=official
kotlin.js.generate.externals=false
kotlin.js.compiler=ir
Expand Down

0 comments on commit 15a7ebc

Please sign in to comment.