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 5302258 commit 10914d4Copy full SHA for 10914d4
bukkit/example-plugin/build.gradle.kts
@@ -1,5 +1,5 @@
1
plugins {
2
- id("com.gradleup.shadow") version ("9.3.0")
+ id("com.gradleup.shadow") version ("9.2.2")
3
}
4
5
repositories {
@@ -13,5 +13,5 @@ dependencies {
13
14
tasks.shadowJar {
15
// optionally relocate faststats
16
- // relocate("dev.faststats", "com.example.utils.faststats")
+ relocate("dev.faststats", "com.example.utils.faststats")
17
0 commit comments