From 616f461370aa2e6ddff4ce8be174f2f2e6e73a3e Mon Sep 17 00:00:00 2001 From: Laura Date: Sun, 9 Aug 2026 17:15:02 +0200 Subject: [PATCH] Force snapshot updates in CI to avoid stale not-found cache --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 534ee74..dc4e824 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -55,7 +55,7 @@ jobs: PACKAGE_TOKEN: ${{ secrets.PACKAGE_TOKEN }} - name: Build with Maven - run: mvn -B package + run: mvn -B -U package env: PACKAGE_TOKEN: ${{ secrets.PACKAGE_TOKEN }}