This is a library for creating and using shared DTOs across microservices in probate.
Just include the library as your dependency and you will be to use the DTO classes.
The project uses Gradle as a build tool but you don't have install it locally since there is a
./gradlew
wrapper script.
To build project please execute the following command:
./gradlew clean build
To run all checks (including unit tests) please execute the following command:
./gradlew check
To push the changes to your local repository execute the following command.
./gradlew publishToMavenLocal
Releases are created on github and are available on jitpack.
To check on the build log on the version: https://jitpack.io/com/github/hmcts/probate-commons/{version}/build.log
This project is licensed under the MIT License - see the LICENSE file for details.