Skip to content

Commit f28a835

Browse files
committed
chore: update content filtering
1 parent f6a1318 commit f28a835

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

settings.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
pluginManagement {
22
repositories {
3-
google()
3+
google {
4+
content {
5+
includeGroupByRegex("com\\.android.*")
6+
includeGroupByRegex("com\\.google.*")
7+
includeGroupByRegex("androidx.*")
8+
}
9+
}
410
mavenCentral()
511
gradlePluginPortal {
612
content {
@@ -33,13 +39,7 @@ plugins {
3339
dependencyResolutionManagement {
3440
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
3541
repositories {
36-
google {
37-
content {
38-
includeGroupByRegex("com\\.android.*")
39-
includeGroupByRegex("com\\.google.*")
40-
includeGroupByRegex("androidx.*")
41-
}
42-
}
42+
google()
4343
mavenCentral()
4444
}
4545
}

0 commit comments

Comments
 (0)