mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +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 {
|
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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue