add the minecraft repo (required for this to work on mac)

This commit is contained in:
yrsegal@gmail.com 2022-04-26 20:20:48 -04:00
parent 4c61b5e2d6
commit df1b7f0963

View file

@ -25,6 +25,9 @@ subprojects {
}
repositories {
maven { url "https://libraries.minecraft.net/" }
mavenCentral()
maven {
@ -50,4 +53,4 @@ subprojects {
tasks.withType(GenerateModuleMetadata) {
enabled = false
}
}
}