Remove some unnecessary repositories, oops
This commit is contained in:
parent
2687db425a
commit
485afe1f9b
1 changed files with 0 additions and 21 deletions
21
build.gradle
21
build.gradle
|
@ -13,27 +13,6 @@ plugins {
|
|||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven {
|
||||
name = 'Bortexel'
|
||||
url = 'https://maven.pkg.github.com/bortexel/bortexel4j'
|
||||
credentials {
|
||||
username = BortexelUsername
|
||||
password = BortexelPassword
|
||||
}
|
||||
}
|
||||
maven {
|
||||
name = 'RuscalWorld'
|
||||
url = 'https://maven.pkg.github.com/ruscalworld/storagelib'
|
||||
credentials {
|
||||
username = BortexelUsername
|
||||
password = BortexelPassword
|
||||
}
|
||||
}
|
||||
maven {
|
||||
name 'm2-dv8tion'
|
||||
url 'https://m2.dv8tion.net/releases'
|
||||
}
|
||||
maven {
|
||||
url 'https://oss.sonatype.org/content/repositories/snapshots'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue