Skip to content

Commit f153051

Browse files
committed
repository config changed.
1 parent e1ead3a commit f153051

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

settings.gradle.kts

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
// settings.gradle.kts
22
pluginManagement {
33
repositories {
4-
gradlePluginPortal()
5-
mavenCentral()
6-
google()
4+
mavenCentral {
5+
content {
6+
includeGroupByRegex("org.apache.*")
7+
}
8+
}
9+
gradlePluginPortal {
10+
content {
11+
excludeGroupByRegex("org.apache.*")
12+
includeGroupByRegex("com.gradle.*")
13+
}
14+
}
715
}
816
}
917

0 commit comments

Comments
 (0)