Update .forgejo/workflows/release.yml
This commit is contained in:
parent
8783a61994
commit
1abf26ce4b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue