fix(ci): add -U flag to force fresh dependency resolution in native build
CI / Build Native (push) Failing after 58s

This commit is contained in:
2026-08-18 10:15:29 -04:00
parent 661ac4d953
commit 0e072cfcb7
+1 -1
View File
@@ -52,7 +52,7 @@ jobs:
components: 'native-image' components: 'native-image'
- name: Build (Native) - name: Build (Native)
run: mvn package -Pnative -B -DskipTests -Dquarkus.native.native-image-xmx=4g run: mvn package -Pnative -B -DskipTests -Dquarkus.native.native-image-xmx=4g -U
- name: Verify native binary - name: Verify native binary
run: | run: |