diff --git a/.github/workflows/native-build-development.yml b/.github/workflows/native-build-development.yml index 79f3268cf8..82ab9b8f0d 100644 --- a/.github/workflows/native-build-development.yml +++ b/.github/workflows/native-build-development.yml @@ -36,7 +36,8 @@ jobs: - name: Build Quickstart with native run: | mvn -B clean install -Pnative \ - -Dquarkus.native.container-build=true + -Dquarkus.native.container-build=true \ + -pl "!rest-client-quickstart" - name: Report if: always() env: