I tried
repositories {
maven { url 'https://...myrepo...' }
mavenCentral() {
content {
excludeGroupByRegex(".*")
}
}
}
and no effect, it still using it
I tried
repositories {
maven { url 'https://...myrepo...' }
mavenCentral() {
content {
excludeGroupByRegex(".*")
}
}
}
and no effect, it still using it