Remove some unnecessary repositories, oops

This commit is contained in:
RuscalWorld 2021-05-24 20:20:15 +03:00
parent 2687db425a
commit 485afe1f9b
No known key found for this signature in database
GPG key ID: 4F53776031D128ED

View file

@ -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'
}