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.
2 parents 6765117 + 569ccb8 commit ad4bf8eCopy full SHA for ad4bf8e
.github/workflows/ci-test.yml
@@ -21,7 +21,7 @@ jobs:
21
cache: 'maven'
22
- name: Maven Test
23
timeout-minutes: 60
24
- run: mvn -V -B -DtrimStackTrace=false clean verify
+ run: mvn -V -B -DtrimStackTrace=false -D"maven.resolver.transport"="wagon" clean verify
25
- name: Maven Code Coverage
26
if: ${{ github.ref == 'refs/heads/develop' && matrix.jdk == '8' && matrix.os == 'ubuntu-latest' }}
27
env:
0 commit comments