Add minecraft libraries repo

This commit is contained in:
Jakob K
2021-08-24 03:33:04 +02:00
parent 6b241a455b
commit 4f3d65003c
2 changed files with 2 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ plugins {
}
repositories {
maven("https://libraries.minecraft.net")
mavenCentral()
mavenLocal() // to get the locally available binaries of spigot (use the BuildTools)
}