@@ -103,7 +103,7 @@ jobs:
103103 - run : |
104104 sudo apt-get update
105105 sudo apt-get install -y qemu-user-static
106- - run : $MVN install -Dquickly - P op,prod,native -Dquarkus.native.container-build=true -Dquarkus.container-image. build=true
106+ - run : $MVN install -P op,prod,native -Dquarkus.native.container-build=true
107107 - uses : redhat-actions/podman-login@v1
108108 with :
109109 registry : quay.io
@@ -152,11 +152,11 @@ jobs:
152152 components : native-image
153153 cache : maven
154154 - if : matrix.os == 'ubuntu-latest'
155- run : ./mvnw --show-version --batch-mode --no-transfer-progress install -Dquickly - P op,prod,native -Dquarkus.native.container-build=false
155+ run : ./mvnw --show-version --batch-mode --no-transfer-progress install -P op,prod,native -Dquarkus.native.container-build=false
156156 - if : matrix.os == 'macos-latest'
157- run : ./mvnw --show-version --batch-mode --no-transfer-progress install -Dquickly - P op,prod,native -Dquarkus.native.container-build=false
157+ run : ./mvnw --show-version --batch-mode --no-transfer-progress install -P op,prod,native -Dquarkus.native.container-build=false
158158 - if : matrix.os == 'windows-latest'
159- run : .\mvnw.cmd --show-version --batch-mode --no-transfer-progress install -Dquickly - P op,prod,native "-Dquarkus.native.container-build=false"
159+ run : .\mvnw.cmd --show-version --batch-mode --no-transfer-progress install -P op,prod,native "-Dquarkus.native.container-build=false"
160160 - run : |
161161 APP_NAME="hal-op"
162162 VERSION="${{ steps.get-version.outputs.version-without-v }}"
0 commit comments