This file documents developing the SDK itself. If you simply wish to use the SDK or run examples, see README.md
Because the SDK is new and under active development, third-party contribution best-practices are still being established. If you wish to contribute please open a github issue explaining what you'd like to achieve and a developer will follow-up with you.
- Install JDK 17
- Recommended to use SDK Man: https://sdkman.io/ and
sdk use java 17.0.16-tem
- Recommended to use SDK Man: https://sdkman.io/ and
- Ensure you can run all tests and checks:
./gradlew check build - IDE Setup
- Intellij Community
- Ubuntu:
sudo snap install intellij-idea-community - Other: https://www.jetbrains.com/idea/download/
- Ubuntu:
- Intellij Community
- (Optional) Install pre-commit hooks:
./gradlew installGitHooks- These hooks automatically run common checks for you but CI also runs the same checks before merging to the main branch is allowed
- NOTE: this will overwrite existing hooks. Take backups before running
See AGENTS.md for best practices developing, testing, and releasing the SDK.