mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 17:37:05 +05:30
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:
parent
25a11bde59
commit
cbb697216c
1 changed files with 2 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue