Contribution
CreatureCapture - Contribution
Local development
Requirements:
- Java 17
- Gradle wrapper included in the repository
Typical commands:
./gradlew build
./gradlew test
./gradlew printVersion
Documentation
This repository uses MkDocs with the shared Stellionix documentation package.
Relevant files:
mkdocs.ymlrequirements.txtdocs/.github/workflows/docs.yml
CI
.github/workflows/ci.ymlbuilds the plugin and runs tests..github/workflows/docs.ymldeploys documentation when doc-related files change onmain.