1
0
mirror of https://github.com/GeyserMC/PackConverter.git synced 2025-12-19 14:59:21 +00:00

Change the jar name

This commit is contained in:
Aurora
2025-07-28 20:24:10 +01:00
parent 70ca474410
commit b4fcf7bfeb

View File

@@ -24,5 +24,5 @@ application {
}
tasks.withType<com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar> {
archiveFileName.set("PackConverter.jar")
archiveFileName.set("Thunder.jar")
}