Skip to content

Commit

Permalink
add force update to maven build (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanzhougoogle authored Dec 3, 2021
1 parent 406632b commit 3ad34b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-${{ github.workflow }}
- name: Build with Maven
run: mvn clean test -fae -T 2 -B -V -DcloudBuild -Dmaven.wagon.http.retryHandler.count=3 -Dmaven.wagon.httpconnectionManager.ttlSeconds=25
run: mvn clean test -U -fae -T 2 -B -V -DcloudBuild -Dmaven.wagon.http.retryHandler.count=3 -Dmaven.wagon.httpconnectionManager.ttlSeconds=25
- name: Archive build artifacts
uses: actions/[email protected]
if: always()
Expand Down

0 comments on commit 3ad34b2

Please sign in to comment.