merge !67 (Add Mojang Maven repository to fix arm64 MacOS builds)
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user