Disable configuration caching

Configuration caching fails the build due to
the google OSS plugin.

Change-Id: I0235e713c8944a5bb2530ad813e4d803ae727768
pull/1603/head
Ben Weiss 1 year ago
parent d7ce57fbf8
commit d88cbc9a37
No known key found for this signature in database
GPG Key ID: 8424F9C1E763A74C

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

Loading…
Cancel
Save