Issue #17819: Remove JCenter from buildscript repositories.

This commit is contained in:
Sebastian Kaspari 2021-02-09 16:10:21 +01:00
parent 886850483c
commit 7609f919d6
1 changed files with 0 additions and 18 deletions

View File

@ -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 {