From 3285120970dacb5c132625a6b23187cfef96a611 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Spie=C3=9F?= Date: Tue, 10 Sep 2024 21:24:43 +0200 Subject: [PATCH 1/3] Update intellij.md --- docs/setup/intellij.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/setup/intellij.md b/docs/setup/intellij.md index 723a1e7..ef34488 100644 --- a/docs/setup/intellij.md +++ b/docs/setup/intellij.md @@ -16,7 +16,7 @@ ```kotlin plugins { application - id("com.github.johnrengelman.shadow") version "7.1.2" + id("com.gradleup.shadow") version "8.3.1" } application.mainClass = "com.example.discordbot.Bot" // (1) @@ -92,7 +92,7 @@ ```kotlin plugins { application - id("com.github.johnrengelman.shadow") version "7.1.2" + id("com.gradleup.shadow") version "8.3.1" } application.mainClass = "com.example.discordbot.Bot" // (1) From 94fc32484bd58dc7f960f48f835dad8a475c2fa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Spie=C3=9F?= Date: Tue, 10 Sep 2024 21:25:39 +0200 Subject: [PATCH 2/3] Update eclipse.md --- docs/setup/eclipse.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup/eclipse.md b/docs/setup/eclipse.md index 41147a6..28e98fd 100644 --- a/docs/setup/eclipse.md +++ b/docs/setup/eclipse.md @@ -38,7 +38,7 @@ plugins { id("java") id("application") - id("com.github.johnrengelman.shadow") version "6.0.0" + id("com.github.johnrengelman.shadow") version "8.3.1" } mainClassName = "com.example.jda.Bot" From 195cc91eb66d76aa29aeb3b593c9b076cc0ffba1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Spie=C3=9F?= Date: Tue, 10 Sep 2024 21:26:32 +0200 Subject: [PATCH 3/3] Update eclipse.md --- docs/setup/eclipse.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup/eclipse.md b/docs/setup/eclipse.md index 28e98fd..fa7f0d6 100644 --- a/docs/setup/eclipse.md +++ b/docs/setup/eclipse.md @@ -38,7 +38,7 @@ plugins { id("java") id("application") - id("com.github.johnrengelman.shadow") version "8.3.1" + id("com.gradleup.shadow") version "8.3.1" } mainClassName = "com.example.jda.Bot"