diff --git a/build.gradle b/build.gradle index cf799c6fda8..a8d45503158 100644 --- a/build.gradle +++ b/build.gradle @@ -78,6 +78,12 @@ allprojects { }.configureEach { notCompatibleWithConfigurationCache("https://github.com/RikkaApps/HiddenApiRefinePlugin/issues/9") } + + tasks.matching { + it.name.contains("collect*Dependencies") || it.name.contains("OssLicensesTask") + }.configureEach { + notCompatibleWithConfigurationCache("https://github.com/google/play-services-plugins/issues/206") + } } apply plugin: 'com.android.application'