Skip to content

Commit

Permalink
chore: Fix maven install
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed Nov 5, 2024
1 parent ecc3a4d commit 90d230e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build

env:
# https://github.com/actions/virtual-environments/issues/1499
MAVEN_CLI_OPTS: '-ntp --batch-mode --errors --fail-at-end --show-version -Dmaven.wagon.httpconnectionManager.ttlSeconds=60 -Dmaven.wagon.http.retryHandler.count=3 -Dstyle.color=always'
MAVEN_CLI_OPTS: '-ntp --batch-mode --errors --fail-at-end --show-version -Dmaven.wagon.httpconnectionManager.ttlSeconds=60 -Dmaven.wagon.http.retryHandler.count=3 -Dstyle.color=always -U'

on:
# allow to manual run the action
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Build with Maven
run: |
./mvnw ${MAVEN_CLI_OPTS} clean verify
./mvnw ${MAVEN_CLI_OPTS} clean install
./mvnw javadoc:javadoc
- name: Publish Test Report
Expand Down

0 comments on commit 90d230e

Please sign in to comment.