build: add Spigot plugin foundation

This commit is contained in:
dmg
2026-08-14 18:15:52 -04:00
parent b8583901f5
commit 57bb0d6049
15 changed files with 677 additions and 10 deletions
+6
View File
@@ -17,3 +17,9 @@ description: Chronological record of material decisions affecting the Spigot Har
- Qualifying progress displays a player-toggleable boss bar that is enabled by default, persists its preference, and remains visible for five seconds after its latest update by default.
- Harvested crops are automatically replanted, remaining drops go to the player's inventory, and inventory overflow drops near the player.
- The project and delivery pipeline will follow the neighboring Spigot Base project where applicable.
## 2026-08-14 — Build and release foundation completed
- Added the Java 17 Gradle/Spigot foundation, strict compiler linting, JUnit 5 lifecycle, plugin metadata, and initial documentation.
- Added Gitea CI and semantic-release workflows with development and versioned JAR artifacts.
- Verified the foundation with `./gradlew clean check jar`.