From 7b83e3ce051986db4d3413d2b924def3a97b6e50 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sun, 30 Apr 2023 17:22:47 +0200 Subject: reverted "Removed Discord Rich Presence since jitpack links are broken" and using a commit id for DiscordIPC import --- build.gradle.kts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'build.gradle.kts') diff --git a/build.gradle.kts b/build.gradle.kts index 21038aaa7..b4816e042 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -55,12 +55,12 @@ dependencies { forge("net.minecraftforge:forge:1.8.9-11.15.1.2318-1.8.9") // Discord RPC client -// shadowImpl("com.github.ILikePlayingGames:DiscordIPC:-SNAPSHOT") { -// exclude(module = "log4j") -// because("Different version conflicts with Minecraft's Log4J") -// exclude(module = "gson") -// because("Different version conflicts with Minecraft's Log4j") -// } + shadowImpl("com.github.ILikePlayingGames:DiscordIPC:f91ed4b") { + exclude(module = "log4j") + because("Different version conflicts with Minecraft's Log4J") + exclude(module = "gson") + because("Different version conflicts with Minecraft's Log4j") + } shadowImpl("org.spongepowered:mixin:0.7.11-SNAPSHOT") { -- cgit