feat(heights): adopt Purpur distribution naming
Release / release (push) Successful in 6m47s
CI / build (push) Successful in 2m21s

BREAKING CHANGE: New release assets use purpur-heights-<version>.jar. Runtime SpigotHeights identity, saved player data, permissions and potion keys remain unchanged. Replace the old JAR instead of loading both distributions.
This commit is contained in:
dmg
2026-09-12 13:13:44 -04:00
parent a949fd99c4
commit 960e8891a8
7 changed files with 69 additions and 11 deletions
+3
View File
@@ -34,6 +34,9 @@ dependencies {
tasks.test {
useJUnitPlatform()
dependsOn(tasks.jar)
systemProperty("distribution.jar", tasks.jar.get().archiveFile.get().asFile.absolutePath)
systemProperty("distribution.version", project.version.toString())
}
// Exercise the declared runtime's native brewing engine, not a recipe-registry double.