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"