mirror of
https://github.com/array-in-a-matrix/brainwine.git
synced 2025-04-02 11:11:58 -04:00
Remove JCenter repository declarations
This commit is contained in:
parent
315c8c0478
commit
589d21c24b
4 changed files with 6 additions and 7 deletions
|
@ -3,7 +3,7 @@ plugins {
|
|||
}
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
@ -16,4 +16,4 @@ dependencies {
|
|||
|
||||
jar {
|
||||
archiveBaseName = 'brainwine-api'
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@ plugins {
|
|||
}
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
@ -51,4 +51,4 @@ distTar {
|
|||
file.setPath(file.path.replace('bin/', ''))
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,7 +3,6 @@ plugins {
|
|||
}
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ plugins {
|
|||
}
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
@ -12,4 +12,4 @@ dependencies {
|
|||
|
||||
jar {
|
||||
archiveBaseName = 'brainwine-shared'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue