Replace third party repos with Paper repo (#7733)
we now mirror Fabric, Forge, and Mojang
This commit is contained in:
parent
a072a15667
commit
9dcd740211
7 changed files with 10 additions and 35 deletions
|
@ -40,10 +40,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+ id("com.github.johnrengelman.shadow")
|
||||
+}
|
||||
+
|
||||
+repositories {
|
||||
+ maven("https://libraries.minecraft.net/")
|
||||
+}
|
||||
+
|
||||
+dependencies {
|
||||
+ implementation(project(":paper-api"))
|
||||
+ implementation("jline:jline:2.12.1")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue