fix relocation

This commit is contained in:
Telesphoreo 2023-07-15 22:35:35 -05:00
parent 0190098656
commit 276e9837a2
No known key found for this signature in database
GPG Key ID: 68B745F7F8C2FADA

View File

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