aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyeyoung <cyoung06@naver.com>2023-01-20 23:13:36 +0900
committersyeyoung <cyoung06@naver.com>2023-01-20 23:13:36 +0900
commit0f88ff5ceb21a97daa46bb55a4ec13183e6413c7 (patch)
tree8b2c0ce8dd22e59031fa82fcb5bd94b337c326f0
parentdd5bb9415764cb4ad00359eba9cf140c569e9cec (diff)
downloadSkyblock-Dungeons-Guide-0f88ff5ceb21a97daa46bb55a4ec13183e6413c7.tar.gz
Skyblock-Dungeons-Guide-0f88ff5ceb21a97daa46bb55a4ec13183e6413c7.tar.bz2
Skyblock-Dungeons-Guide-0f88ff5ceb21a97daa46bb55a4ec13183e6413c7.zip
- fix issue with jna
Signed-off-by: syeyoung <cyoung06@naver.com>
-rw-r--r--mod/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/build.gradle b/mod/build.gradle
index 49c4b569..53ed0be3 100644
--- a/mod/build.gradle
+++ b/mod/build.gradle
@@ -127,7 +127,7 @@ tasks.shadowJar {
archiveFileName = jar.archiveFileName
- relocate 'com.sun.jna', "kr.syeyoung.dungeonsguide.com.sun.jna"
+// relocate 'com.sun.jna', "kr.syeyoung.dungeonsguide.com.sun.jna"
relocate "org.java_websocket", "kr.syeyoung.dungeonsguide.org.java_websocket"
relocate 'com.jagrosh.discordipc', 'kr.syeyoung.dungeonsguide.com.jagrosh.discordipc'