merge !67 (Add Mojang Maven repository to fix arm64 MacOS builds)

This commit is contained in:
James Seibel
2024-10-08 07:23:39 -05:00
parent f6a8f5c6b5
commit ed846ea564
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -512,6 +512,9 @@ allprojects { p ->
repositories {
// Mojang overrides (added to fix downloading the wrong LWJGL libs on M1 Mac's and potentially other arm64 based machines)
maven { url "https://libraries.minecraft.net/" }
// The central repo
mavenCentral()