Skip to content

Commit a01289d

Browse files
authored
Merge pull request #1669 from ErikHellman/patch-1
Re-enable configuration-cache
2 parents ca2461f + 81ecd97 commit a01289d

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
@@ -38,7 +38,7 @@ org.gradle.configureondemand=false
3838
org.gradle.caching=true
3939

4040
# Enable configuration caching between builds.
41-
org.gradle.configuration-cache=false
41+
org.gradle.configuration-cache=true
4242
# This option is set because of https://github.com/google/play-services-plugins/issues/246
4343
# to generate the Configuration Cache regardless of incompatible tasks.
4444
# See https://github.com/android/nowinandroid/issues/1022 before using it.

0 commit comments

Comments
 (0)