feat(creeper-fear): migrate distribution to Java 25 and Purpur
Release / release (push) Successful in 5m35s
CI / build (push) Successful in 1m21s

BREAKING CHANGE: New releases require Java 25/Purpur 26.2 and use purpur-creeper-fear-<version>.jar. Runtime CreeperFear identity and existing SQLite progression data are retained, including the bundled driver. Replace the old JAR rather than installing both distributions.
This commit is contained in:
dmg
2026-09-12 14:07:13 -04:00
parent 3488b98abd
commit 49627d58b5
7 changed files with 82 additions and 21 deletions
+2 -2
View File
@@ -17,7 +17,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
java-version: 25
cache: gradle
- name: Validate conventional commits
@@ -35,6 +35,6 @@ jobs:
- name: Upload development artifact
uses: actions/upload-artifact@v3
with:
name: spigot-creeper-fear-${{ github.sha }}
name: purpur-creeper-fear-${{ github.sha }}
path: build/libs/*.jar
if-no-files-found: error