Remove JCenter repository declarations

This commit is contained in:
kuroppoi 2022-04-18 02:04:09 +02:00
parent 315c8c0478
commit 589d21c24b
4 changed files with 6 additions and 7 deletions

View file

@ -3,7 +3,7 @@ plugins {
}
repositories {
jcenter()
mavenCentral()
}
dependencies {
@ -16,4 +16,4 @@ dependencies {
jar {
archiveBaseName = 'brainwine-api'
}
}

View file

@ -3,7 +3,7 @@ plugins {
}
repositories {
jcenter()
mavenCentral()
}
dependencies {
@ -51,4 +51,4 @@ distTar {
file.setPath(file.path.replace('bin/', ''))
}
}
}
}

View file

@ -3,7 +3,6 @@ plugins {
}
repositories {
jcenter()
mavenCentral()
}

View file

@ -3,7 +3,7 @@ plugins {
}
repositories {
jcenter()
mavenCentral()
}
dependencies {
@ -12,4 +12,4 @@ dependencies {
jar {
archiveBaseName = 'brainwine-shared'
}
}