fix(build): make google repo non-exclusive

This allows the Compose Compiler artifact to be retried against
the secondary snapshots repository as well, since we sometimes
use builds from there.
This commit is contained in:
Harsh Shandilya 2023-11-01 00:44:42 +05:30
parent 25a11bde59
commit cbb697216c
No known key found for this signature in database

View file

@ -70,9 +70,8 @@ pluginManagement {
dependencyResolutionManagement { dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories { repositories {
exclusiveContent { google {
forRepository { google() } content {
filter {
includeGroup("androidx.activity") includeGroup("androidx.activity")
includeGroup("androidx.appcompat") includeGroup("androidx.appcompat")
includeGroup("androidx.annotation") includeGroup("androidx.annotation")