mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-24 08:10:45 +01:00
prioritizing the maven central build repository as it appears that dependabot is only using the first 2 defined maven repositories for the build scans
This commit is contained in:
parent
d3d8ea1f2d
commit
fd2aaa8c2b
12
build.gradle
12
build.gradle
@ -36,6 +36,12 @@ allprojects {
|
|||||||
apply plugin: "org.jlleitschuh.gradle.ktlint"
|
apply plugin: "org.jlleitschuh.gradle.ktlint"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
mavenCentral {
|
||||||
|
content {
|
||||||
|
groups.mavenCentral.regex.each { includeGroupByRegex it }
|
||||||
|
groups.mavenCentral.group.each { includeGroup it }
|
||||||
|
}
|
||||||
|
}
|
||||||
maven {
|
maven {
|
||||||
url 'https://jitpack.io'
|
url 'https://jitpack.io'
|
||||||
content {
|
content {
|
||||||
@ -59,12 +65,6 @@ allprojects {
|
|||||||
groups.google.group.each { includeGroup it }
|
groups.google.group.each { includeGroup it }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
mavenCentral {
|
|
||||||
content {
|
|
||||||
groups.mavenCentral.regex.each { includeGroupByRegex it }
|
|
||||||
groups.mavenCentral.group.each { includeGroup it }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
//noinspection JcenterRepositoryObsolete
|
//noinspection JcenterRepositoryObsolete
|
||||||
jcenter {
|
jcenter {
|
||||||
content {
|
content {
|
||||||
|
Loading…
Reference in New Issue
Block a user