Skip to content

Commit 6f112e0

Browse files
Disable org.gradle.configureondemand
1 parent 118630b commit 6f112e0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gradle.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,9 @@ kotlin.code.style=official
3131
kotlin.incremental.useClasspathSnapshot=true
3232
kotlin.js.compiler=both
3333
org.gradle.caching=true
34-
org.gradle.configureondemand=true
34+
#org.gradle.configureondemand=true
3535
org.gradle.jvmargs=-Xmx3072m
3636
org.gradle.parallel=true
37-
org.gradle.vfs.watch=true
3837
#org.gradle.unsafe.configuration-cache=true
3938
#org.gradle.unsafe.configuration-cache-problems=warn
4039
#org.gradle.unsafe.configuration-cache.max-problems=100

0 commit comments

Comments
 (0)