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:
+2
-3
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user