Skip to content

Commit

Permalink
Call mc repo before maven central to fix build on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexProgrammerDE committed Jul 21, 2024
1 parent ceb7f65 commit 5757961
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ allprojects {
name = "fabric"
url = "https://maven.fabricmc.net/"
}
maven {
name = "minecraft"
url = "https://libraries.minecraft.net/"
}
mavenCentral()
}
}

0 comments on commit 5757961

Please sign in to comment.