Replace third party repos with Paper repo (#7733)

we now mirror Fabric, Forge, and Mojang
This commit is contained in:
Jason Penilla
2022-04-13 19:58:48 -07:00
parent a072a15667
commit 9dcd740211
7 changed files with 10 additions and 35 deletions

View File

@@ -8,11 +8,6 @@ java {
withJavadocJar()
}
repositories {
mavenCentral()
maven("https://libraries.minecraft.net")
}
dependencies {
implementation(project(":paper-api"))
api("com.mojang:brigadier:1.0.18")