Skip to content

Commit 1432a25

Browse files
committed
refactor(kit-plugin): simplify google repository filtering
Keep mparticle exclusion only on Maven Central and use the default google repository configuration since com.mparticle artifacts are not published there. Made-with: Cursor
1 parent 43c15f0 commit 1432a25

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

kit-plugin/src/main/groovy/com/mparticle/kits/KitPlugin.groovy

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,7 @@ class KitPlugin implements Plugin<Project> {
8888
includeGroup 'com.mparticle'
8989
}
9090
}
91-
repositories.google {
92-
content {
93-
excludeGroup 'com.mparticle'
94-
}
95-
}
91+
repositories.google()
9692
repositories.mavenCentral {
9793
content {
9894
excludeGroup 'com.mparticle'

0 commit comments

Comments
 (0)