From ed846ea56496f018b79b7b112d0a343f9d6a2f63 Mon Sep 17 00:00:00 2001 From: James Seibel Date: Tue, 8 Oct 2024 07:23:39 -0500 Subject: [PATCH] merge !67 (Add Mojang Maven repository to fix arm64 MacOS builds) --- build.gradle | 3 +++ coreSubProjects | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e9e4c5312..f2dfd32fa 100644 --- a/build.gradle +++ b/build.gradle @@ -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() diff --git a/coreSubProjects b/coreSubProjects index f91d3d1ec..20fedc7d6 160000 --- a/coreSubProjects +++ b/coreSubProjects @@ -1 +1 @@ -Subproject commit f91d3d1ec229476fa644adc5b317afe793f986ef +Subproject commit 20fedc7d6d79f870aad00bc3bf15b52664918992