add the minecraft repo (required for this to work on mac)
This commit is contained in:
parent
4c61b5e2d6
commit
df1b7f0963
1 changed files with 4 additions and 1 deletions
|
@ -25,6 +25,9 @@ subprojects {
|
|||
}
|
||||
|
||||
repositories {
|
||||
|
||||
maven { url "https://libraries.minecraft.net/" }
|
||||
|
||||
mavenCentral()
|
||||
|
||||
maven {
|
||||
|
@ -50,4 +53,4 @@ subprojects {
|
|||
tasks.withType(GenerateModuleMetadata) {
|
||||
enabled = false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue