Fix KotlinCore

This commit is contained in:
2024-08-05 11:32:33 +02:00
parent 1c7ab28a77
commit 59316c673b
3 changed files with 7 additions and 8 deletions
+4 -7
View File
@@ -57,13 +57,6 @@ allprojects {
repositories {
mavenCentral()
maven {
url = URI("https://repo.papermc.io/repository/maven-public/")
content {
includeGroup("com.velocitypowered")
}
}
maven {
url = URI("https://m2.dv8tion.net/releases")
content {
@@ -110,5 +103,9 @@ allprojects {
maven {
url = URI("https://repo.viaversion.com")
}
maven {
url = URI("https://repo.papermc.io/repository/maven-public/")
}
}
}