fix relocation

This commit is contained in:
2023-07-15 22:35:35 -05:00
parent 0190098656
commit 276e9837a2

View File

@ -92,7 +92,7 @@ tasks {
}
shadowJar {
relocate("org.bstats", "dev.plex")
relocate("org.bstats", "dev.plex.metrics")
}
}