[fenix] Issue https://github.com/mozilla-mobile/fenix/issues/17819: Remove JCenter from buildscript repositories.

pull/600/head
Sebastian Kaspari 3 years ago
parent d676df89fb
commit 63d0555ee4

@ -57,24 +57,6 @@ buildscript {
}
}
}
if (project.hasProperty("jcenterRepo")) {
maven {
name "BintrayJCenter"
url project.property("jcenterRepo")
}
} else {
jcenter() {
content {
// Improve security: don't search deps with known repos.
excludeGroupByRegex RepoMatching.mozilla
excludeGroupByRegex RepoMatching.androidx
excludeGroupByRegex RepoMatching.comGoogleAndroid
excludeGroupByRegex RepoMatching.comGoogleFirebase
excludeGroupByRegex RepoMatching.comAndroid
}
}
}
}
dependencies {

Loading…
Cancel
Save