From cbb697216ccf90a2b3bee6f9a6cf98aeb7e21cb8 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Wed, 1 Nov 2023 00:44:42 +0530 Subject: [PATCH] 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. --- settings.gradle.kts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index c3124a06..2f5cbd1c 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -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")