diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index 06f5207..3f51f43 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -93,7 +93,7 @@ jobs: # Build the backend (JAR). NOTE: the -Dmaven.download.parallel=false will force MAVEN to have a single connection for downloads, without this I can get "Connection reset" - name: Build backend (Spring Boot) run: | - mvn clean package -Pprod -DskipTests -Dmaven.download.parallel=false + mvn clean package -Pprod -DskipTests -Dmaven.download.parallel=false -s .forgejo/workflows/ci-settings.xml # Log output - name: List output files