Skip to content

Commit 3130daf

Browse files
Copilotjpenilla
andauthored
Keep only legacy pluginbase relocation entry
Agent-Logs-Url: https://github.com/jpenilla/TabTPS/sessions/8b5aa138-06fa-491c-b0a6-30b5b9d62cec Co-authored-by: jpenilla <11360596+jpenilla@users.noreply.github.com>
1 parent 0789d76 commit 3130daf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

paper/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ tasks {
3737
"me.lucko.commodore",
3838
"org.checkerframework",
3939
"org.bstats",
40-
"xyz.jpenilla.pluginbase",
41-
"xyz.jpenilla.pluginbase.legacy"
40+
"xyz.jpenilla.pluginbase.legacy",
4241
).forEach { pkg ->
4342
relocate(pkg, "${rootProject.group}.${rootProject.name.lowercase()}.lib.$pkg")
4443
}

0 commit comments

Comments
 (0)