Skip to content

Commit 5302258

Browse files
committed
Comment out optional relocation in shadowJar task
1 parent 65ada98 commit 5302258

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bukkit/example-plugin/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ dependencies {
1212
}
1313

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

0 commit comments

Comments
 (0)