move bstats to libs.bstats and minimize()

This commit is contained in:
Jack
2025-05-29 14:27:07 -04:00
parent b4c2545d81
commit 83060ee1ae

View File

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