diff options
author | syeyoung <cyoung06@naver.com> | 2023-01-18 17:32:16 +0900 |
---|---|---|
committer | syeyoung <cyoung06@naver.com> | 2023-01-18 17:32:16 +0900 |
commit | 3648a7080265ae85f8c5af8242f4be0d38de0164 (patch) | |
tree | 91bc0e74d0cc38b71c7d7e3a3faaaeb54be3b96e /mod | |
parent | b6a8c6ceb84a5f01a80546adc38b90696113bf4e (diff) | |
download | Skyblock-Dungeons-Guide-3648a7080265ae85f8c5af8242f4be0d38de0164.tar.gz Skyblock-Dungeons-Guide-3648a7080265ae85f8c5af8242f4be0d38de0164.tar.bz2 Skyblock-Dungeons-Guide-3648a7080265ae85f8c5af8242f4be0d38de0164.zip |
- love jitpack
Signed-off-by: syeyoung <cyoung06@naver.com>
Diffstat (limited to 'mod')
-rw-r--r-- | mod/build.gradle | 6 | ||||
-rw-r--r-- | mod/lib/DiscordIPC-1.0.jar | bin | 508553 -> 0 bytes | |||
-rw-r--r-- | mod/lib/README.md | 11 |
3 files changed, 3 insertions, 14 deletions
diff --git a/mod/build.gradle b/mod/build.gradle index b2e528a7..866c5625 100644 --- a/mod/build.gradle +++ b/mod/build.gradle @@ -51,7 +51,7 @@ dependencies { implementation "org.jetbrains:annotations-java5:19.0.0" implementation "org.java-websocket:Java-WebSocket:1.5.1" implementation 'org.json:json:20220924' - implementation files("lib/DiscordIPC-1.0.jar") + implementation 'com.github.Dungeons-Guide:DiscordIPC:b597c6cd2b' implementation "com.twelvemonkeys.imageio:imageio-bmp:3.7.0" @@ -71,7 +71,7 @@ dependencies { if (testWithNeu) { runtimeOnly 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.22' - add("devenvMod", 'com.github.notenoughupdates:notenoughupdates:e603cf2:all') + add("devenvMod", 'com.github.notenoughupdates:notenoughupdates:1f4d692:all') } def files= fileTree("../runtime/mods2").filter { it.isFile() } add("devenvMod", files) @@ -137,7 +137,7 @@ tasks.shadowJar { include(dependency("org.json:json:20220924")) include(dependency("com.twelvemonkeys..*:.*")) include(dependency("net.java.dev.jna:jna:5.12.1")) - include(dependency(files("lib/DiscordIPC-1.0.jar"))) + include(dependency(" com.github.Dungeons-Guide:DiscordIPC:b597c6cd2b")) } } diff --git a/mod/lib/DiscordIPC-1.0.jar b/mod/lib/DiscordIPC-1.0.jar Binary files differdeleted file mode 100644 index 423e3c5a..00000000 --- a/mod/lib/DiscordIPC-1.0.jar +++ /dev/null diff --git a/mod/lib/README.md b/mod/lib/README.md deleted file mode 100644 index 4d76d7b1..00000000 --- a/mod/lib/README.md +++ /dev/null @@ -1,11 +0,0 @@ -This is modified version of -https://github.com/jagrosh/DiscordIPC -which is on -https://github.com/cyoung06/DiscordIPC -(you can view all the changes on that repo) - -This library is licensed under Apache License 2.0 - - -Since it would be painful to setup maven repository on DG backend, (both to me and other developers due to extremely slow network speed) -I've just put a jar.
\ No newline at end of file |