Skip to content

Commit

Permalink
Shadow plugin rename (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
MinnDevelopment authored Sep 15, 2024
1 parent 07e371b commit f341470
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/setup/eclipse.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
plugins {
id("java")
id("application")
id("com.github.johnrengelman.shadow") version "6.0.0"
id("com.gradleup.shadow") version "8.3.1"
}

mainClassName = "com.example.jda.Bot"
Expand Down
4 changes: 2 additions & 2 deletions docs/setup/intellij.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit f341470

Please sign in to comment.