Skip to content

Commit 0727b7c

Browse files
authored
Merge pull request #5714 from line-o/ci/build-back-to-normal
[ci] remove -U mvn flag again
2 parents e2b7c5d + 882c4b3 commit 0727b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
cache: 'true'
6060
- name: Maven Build
6161
timeout-minutes: 30
62-
run: ${{ steps.install-mvnd.outputs.mvnd-dir }}/mvnd -V -B -U -T 1C compile test-compile -DtrimStackTrace=false -D'dependency-check.skip' -D'license.skip'
62+
run: ${{ steps.install-mvnd.outputs.mvnd-dir }}/mvnd -V -B -T 1C compile test-compile -DtrimStackTrace=false -D'dependency-check.skip' -D'license.skip'
6363
- name: Maven Test
6464
timeout-minutes: 60
6565
run: ${{ steps.install-mvnd.outputs.mvnd-dir }}/mvnd -V -B verify -DtrimStackTrace=false -D'dependency-check.skip' -D'license.skip' -D'mvnd.maxLostKeepAlive=6000'

0 commit comments

Comments
 (0)