We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07e371b commit f341470Copy full SHA for f341470
docs/setup/eclipse.md
@@ -38,7 +38,7 @@
38
plugins {
39
id("java")
40
id("application")
41
- id("com.github.johnrengelman.shadow") version "6.0.0"
+ id("com.gradleup.shadow") version "8.3.1"
42
}
43
44
mainClassName = "com.example.jda.Bot"
docs/setup/intellij.md
@@ -16,7 +16,7 @@
16
```kotlin
17
18
application
19
- id("com.github.johnrengelman.shadow") version "7.1.2"
20
21
22
application.mainClass = "com.example.discordbot.Bot" // (1)
@@ -92,7 +92,7 @@
92
93
94
95
96
97
98
0 commit comments