By contributing code to this project you agree that the code contributed shall be publicly available under the project's license.
- Fork the project
- Make your changes
- Send a pull request on Github
When you fix a bug, add features or change the API, make sure to note this under the appropriate release in the CHANGES file in the repository.
## Releasing
To upload a release to Maven Central you first must follow the OSSRH guide to register an account and receive permissions to the org.mini2Dx project group.
Once you've registered, set up your PGP key per the guide here and add the required details to ~/.gradle/gradle.properties.
Then you can build and publish a release with the following command:
./gradlew -Prelease clean build uploadArchives closeAndPromoteRepository