Skip to content

Commit f341470

Browse files
Shadow plugin rename (#57)
1 parent 07e371b commit f341470

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/setup/eclipse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
plugins {
3939
id("java")
4040
id("application")
41-
id("com.github.johnrengelman.shadow") version "6.0.0"
41+
id("com.gradleup.shadow") version "8.3.1"
4242
}
4343

4444
mainClassName = "com.example.jda.Bot"

docs/setup/intellij.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
```kotlin
1717
plugins {
1818
application
19-
id("com.github.johnrengelman.shadow") version "7.1.2"
19+
id("com.gradleup.shadow") version "8.3.1"
2020
}
2121

2222
application.mainClass = "com.example.discordbot.Bot" // (1)
@@ -92,7 +92,7 @@
9292
```kotlin
9393
plugins {
9494
application
95-
id("com.github.johnrengelman.shadow") version "7.1.2"
95+
id("com.gradleup.shadow") version "8.3.1"
9696
}
9797

9898
application.mainClass = "com.example.discordbot.Bot" // (1)

0 commit comments

Comments
 (0)