From 0e072cfcb7230b159f5367a4a54dd7c9bb8a292a Mon Sep 17 00:00:00 2001 From: Daniel Arroyo Date: Tue, 18 Aug 2026 10:15:29 -0400 Subject: [PATCH] fix(ci): add -U flag to force fresh dependency resolution in native build --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index cf1d1d9..527b2d0 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: components: 'native-image' - 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 run: |