Force snapshot updates in CI to avoid stale not-found cache
Build / build (push) Successful in 16s

This commit is contained in:
Laura
2026-08-09 17:15:04 +02:00
parent 050758a722
commit 1a7a3ef278
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
maven-version: 3.9.9 maven-version: 3.9.9
- name: Build with Maven - name: Build with Maven
run: mvn -B package run: mvn -B -U package
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3
with: with: