-
Notifications
You must be signed in to change notification settings - Fork 0
Tasks
AzureDoom edited this page Aug 5, 2026
·
2 revisions
| Task | Description | Registered when |
|---|---|---|
publishToModtale |
Uploads the built JAR and changelog to Modtale | modtale.enabled = true |
publishToCurseForge |
Uploads the built JAR and changelog to CurseForge | curseforge.enabled = true |
publishToModifold |
Uploads the built JAR and changelog to Modifold | modifold.enabled = true |
publishToThunderstore |
Builds a Thunderstore package zip and uploads it to thunderstore.io | thunderstore.enabled = true |
publishToGitHub |
Tags the release commit and publishes a GitHub release with the jar, sources jar, and javadoc jar | github.enabled = true |
publishToMaven |
Publishes the jar (plus optional sources/javadoc/extra artifacts) to the configured Maven repo | maven.enabled = true |
publishAll |
Runs all enabled publishing tasks | At least one platform is enabled |