From 3ad34b2e5f1171ea70e79b2332f82dfb9f71ca48 Mon Sep 17 00:00:00 2001 From: seanzhougoogle <69162095+seanzhougoogle@users.noreply.github.com> Date: Thu, 2 Dec 2021 18:37:50 -0800 Subject: [PATCH] add force update to maven build (#152) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f353f5f..56886bd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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/upload-artifact@v2.2.2 if: always()