This project contains a Java client library for the Camunda REST API So far it only supports a small number of the available operations but more support can be added as required
// cleans build directories
// checks dependency versions
// checks for gradle issues
// formats code
// builds code
// runs unit tests
// runs integration tests
./gradlew clean dependencyUpdates criticalLintGradle spotlessApply build integrationTest