change package name to all lower-case

This commit is contained in:
Jack
2025-05-29 15:26:43 -04:00
parent b45842da53
commit 511c3d624a
3 changed files with 3 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ dependencies {
shadowJar {
archiveClassifier.set('')
relocate('org.bstats', 'io.github.jack1424.realTimeWeather.libs.bstats')
relocate('org.bstats', 'io.github.jack1424.realtimeweather.libs.bstats')
minimize()
}