Build the project with quality checks
Builds the project with quality checks. Use "quick" for fast compilation without tests, "full" for complete build with all checks, or "docker" to also build the container image.
/plugin marketplace add ashchupliak/dream-team/plugin install dream-team@dream-team-marketplacearchive/Build the project with all quality checks.
Options: $ARGUMENTS (optional: "quick", "full", "docker")
./gradlew build --warning-mode fail -x test
Compile only, skip tests.
./gradlew clean build --warning-mode fail
./gradlew spotlessCheck
./gradlew detekt
Full build with all quality gates.
./gradlew build --warning-mode fail
docker build -t orca-facade:local .
Build application and Docker image.
Use ci-cd-engineer for build pipeline issues.