Skip to content

Commit 64db87c

Browse files
authored
Remove gradle configuration cache (#85)
1 parent 342b53c commit 64db87c

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
@@ -12,7 +12,7 @@
1212
android.enableJetifier=true
1313
android.useAndroidX=true
1414
org.gradle.jvmargs=-Xmx2g -XX:+UseParallelGC
15-
org.gradle.unsafe.configuration-cache=true
15+
#org.gradle.unsafe.configuration-cache=true
1616

1717
# When configured, Gradle will run in incubating parallel mode.
1818
# This option should only be used with decoupled projects. More details, visit

0 commit comments

Comments
 (0)