Re-enable configuration-cache

Configuration-cache seems to have been disabled by mistake. 

Fixes #1668
pull/1669/head
Erik Hellman 1 month ago committed by GitHub
parent ca2461f2ce
commit 81ecd97d07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save