From 2111ad64c4596c8fcd1d3b2044c79cb43ca3a081 Mon Sep 17 00:00:00 2001 From: Ran <10044908-_Ran@users.noreply.gitlab.com> Date: Tue, 21 May 2024 02:09:04 +0000 Subject: [PATCH] =?UTF-8?q?Properly=20shade=20libraries=20when=20using=20J?= =?UTF-8?q?ava=20version=20=CE=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.gradle b/core/build.gradle index b4f6a5325..60a6bdf4b 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -57,7 +57,7 @@ artifacts { } shadowJar { - def librariesLocation = "distanthorizons.libraries" + def librariesLocation = "DistantHorizons.libraries" // relocate "it.unimi.dsi.fastutil", "${librariesLocation}.unimi.dsi.fastutil" mergeServiceFiles() } \ No newline at end of file