Update .forgejo/workflows/release.yml

This commit is contained in:
root 2025-06-24 07:35:53 +01:00
parent 8783a61994
commit 1abf26ce4b

View file

@ -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" # 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) - name: Build backend (Spring Boot)
run: | 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 # Log output
- name: List output files - name: List output files