Clone the repository and move into it:
git clone git@github.com:dnsimple/dnsimple-java.git
cd dnsimple-javaInstall Eclipse Temurin JDK 21.0.5+11-LTS from https://adoptium.net/es/temurin/releases/.
Run the test suite to check everything works as expected.
You can install this project into your local Maven repository by running:
./gradlew clean publishToMavenLocal(use gradlew.bat in Windows instead)
You can then import it into any project as if it were published to the Maven Central repo.
We follow the Common Changelog format for changelog entries.
To run the test suite:
./gradlew clean test(use gradlew.bat in Windows instead)
Submit unit tests for your changes. You can test your changes on your machine by running the test suite.
When you submit a PR, tests will also be run on the continuous integration environment via GitHub Actions.