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 2b6ad24 commit 0dcda51Copy full SHA for 0dcda51
.github/workflows/default.yml
@@ -11,6 +11,8 @@ on:
11
env:
12
MAIN_BRANCH: 'dev'
13
MAIN_BRANCH_FULL: 'refs/heads/dev'
14
+ MAVEN_OPTS: >
15
+ -Dmaven.wagon.httpconnectionManager.ttlSeconds=25 -Dmaven.wagon.http.retryHandler.count=3 -Daether.connector.http.connectionMaxTtl=25
16
17
jobs:
18
build:
0 commit comments