diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index bf4c7d3..06f5207 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -90,10 +90,10 @@ jobs: restore-keys: | maven-${{ runner.os }}- - # Build the backend (JAR) + # 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 + mvn clean package -Pprod -DskipTests -Dmaven.download.parallel=false # Log output - name: List output files