mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
Remove Jcenter repository ref (#2773)
This commit is contained in:
parent
e9f9decf00
commit
dc9e649703
11
build.gradle
11
build.gradle
@ -112,16 +112,6 @@ allprojects {
|
|||||||
groups.google.group.each { includeGroup it }
|
groups.google.group.each { includeGroup it }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//noinspection JcenterRepositoryObsolete
|
|
||||||
// Do not use `jcenter`, it prevents Dependabot from working properly
|
|
||||||
maven {
|
|
||||||
url 'https://jcenter.bintray.com'
|
|
||||||
content {
|
|
||||||
groups.jcenter.regex.each { includeGroupByRegex it }
|
|
||||||
groups.jcenter.group.each { includeGroup it }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
maven {
|
maven {
|
||||||
url 'https://s01.oss.sonatype.org/content/repositories/snapshots'
|
url 'https://s01.oss.sonatype.org/content/repositories/snapshots'
|
||||||
content {
|
content {
|
||||||
@ -129,7 +119,6 @@ allprojects {
|
|||||||
groups.mavenSnapshots.group.each { includeGroup it }
|
groups.mavenSnapshots.group.each { includeGroup it }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
|
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
|
||||||
|
@ -235,10 +235,4 @@ ext.groups = [
|
|||||||
'xml-apis',
|
'xml-apis',
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
jcenter : [
|
|
||||||
regex: [
|
|
||||||
],
|
|
||||||
group: [
|
|
||||||
]
|
|
||||||
]
|
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user