We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 853965c commit af183e8Copy full SHA for af183e8
.github/workflows/build.yml
@@ -47,8 +47,8 @@ jobs:
47
run: which docker && docker ps
48
49
- name: Build with Maven
50
- run: mvn clean verify -fae -T 2 -B -V -DcloudBuild -Dmaven.wagon.http.retryHandler.count=3 -Dmaven.wagon
51
- .httpconnectionManager.ttlSeconds=25
+ run: mvn clean verify -fae -T 2 -B -V -DcloudBuild -Dmaven.wagon.http.retryHandler.count=3
+ -Dmaven.wagon.httpconnectionManager.ttlSeconds=25
52
53
- name: Archive build artifacts
54
uses: actions/upload-artifact@v3
0 commit comments