Skip to content

Commit 7903495

Browse files
authored
Build: add filters to Google Maven repo (#4341)
Add filters to improve build performance gradle/gradle#35562
1 parent aaf70d5 commit 7903495

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dokka-runners/dokka-gradle-plugin/settings.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ dependencyResolutionManagement {
3333
google {
3434
setUrl("https://cache-redirector.jetbrains.com/dl.google.com/dl/android/maven2")
3535
name = "Google-JBCache"
36+
mavenContent {
37+
// https://github.com/gradle/gradle/issues/35562
38+
includeGroupAndSubgroups("com.android")
39+
includeGroupAndSubgroups("com.google")
40+
includeGroupAndSubgroups("androidx")
41+
}
3642
}
3743
}
3844

0 commit comments

Comments
 (0)