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 {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
exclusiveContent {
forRepository { google() }
filter {
google {
content {
includeGroup("androidx.activity")
includeGroup("androidx.appcompat")
includeGroup("androidx.annotation")