Merge pull request #2137 from liutikas/osslicenceplugin

Enforce org.gradle.configuration-cache.problems=fail
pull/1816/merge
Don Turner 1 week ago committed by GitHub
commit 0dd17758fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -40,10 +40,7 @@ org.gradle.caching=true
# Enable configuration caching between builds. # Enable configuration caching between builds.
org.gradle.configuration-cache=true org.gradle.configuration-cache=true
org.gradle.configuration-cache.parallel=true org.gradle.configuration-cache.parallel=true
# This option is set because of https://github.com/google/play-services-plugins/issues/246 org.gradle.configuration-cache.problems=fail
# to generate the Configuration Cache regardless of incompatible tasks.
# See https://github.com/android/nowinandroid/issues/1022 before using it.
org.gradle.configuration-cache.problems=warn
# AndroidX package structure to make it clearer which packages are bundled with the # AndroidX package structure to make it clearer which packages are bundled with the
# Android operating system, and which are packaged with your app"s APK # Android operating system, and which are packaged with your app"s APK

@ -41,7 +41,7 @@ firebaseCrashlyticsPlugin = "3.0.6"
firebasePerfPlugin = "2.0.2" firebasePerfPlugin = "2.0.2"
gmsPlugin = "4.4.4" gmsPlugin = "4.4.4"
googleOss = "17.1.0" googleOss = "17.1.0"
googleOssPlugin = "0.10.9" googleOssPlugin = "0.12.0"
hilt = "2.59" hilt = "2.59"
hiltExt = "1.2.0" hiltExt = "1.2.0"
jacoco = "0.8.12" jacoco = "0.8.12"

Loading…
Cancel
Save