Skip to content

Commit 10914d4

Browse files
committed
Update Shadow plugin version and enable relocation
1 parent 5302258 commit 10914d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bukkit/example-plugin/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id("com.gradleup.shadow") version ("9.3.0")
2+
id("com.gradleup.shadow") version ("9.2.2")
33
}
44

55
repositories {
@@ -13,5 +13,5 @@ dependencies {
1313

1414
tasks.shadowJar {
1515
// optionally relocate faststats
16-
// relocate("dev.faststats", "com.example.utils.faststats")
16+
relocate("dev.faststats", "com.example.utils.faststats")
1717
}

0 commit comments

Comments
 (0)