A middleware for continuous software evolution.
./gradlew build
You can optionally skip the execution of static analysis and tests:
./gradlew build -x check
Some integration tests require that you have Docker installed. You can skip them as well:
./gradlew build -Dskip.integration=true