Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 756 Bytes

README.md

File metadata and controls

34 lines (18 loc) · 756 Bytes

Platform SDK for Java Contributing Guide

Thank you for your interest in contributing to Platform SDK for Java.

  • For reporting bugs, requesting features, or asking for support, please file an issue in the issues section of the project.

Developer Guide

Adding a Module

To add a new module, follow the documentation guide.

Building and Unit Testing

To build all the libraries, run the following command:

To build the libraries for a specific service, run the following command:

To run unit tests, simply remove -DskipTests option from above commands.

To check for breaking changes, run the following: