From 03de423f25cf990ad8b83b66c315e2e2924bc1cb Mon Sep 17 00:00:00 2001 From: ABKQPO <93412322+ABKQPO@users.noreply.github.com> Date: Sat, 13 Jun 2026 13:32:52 +0800 Subject: [PATCH] Update dependencies.gradle --- dependencies.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/dependencies.gradle b/dependencies.gradle index 46765a00..6202774c 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -62,6 +62,7 @@ configurations.configureEach { resolutionStrategy { force "com.github.GTNewHorizons:GT5-Unofficial:5.09.52.602" } + exclude group: "com.github.GTNewHorizons", module: "NewHorizonsCoreMod" exclude group: "com.github.GTNewHorizons", module: "ServerUtilities" exclude group: "com.github.GTNewHorizons", module: "CodeChickenLib" exclude group: "com.github.GTNewHorizons", module: "Hodgepodge"