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 77592f6 commit 569ccb8Copy full SHA for 569ccb8
.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 -Dmaven.resolver.transport=wagon 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