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 30d3910 commit ea7ad74Copy full SHA for ea7ad74
.github/workflows/ci.yaml
@@ -36,4 +36,4 @@ jobs:
36
with:
37
java-version: ${{ matrix.java }}
38
- name: Test with Maven
39
- run: ./mvnw test -B -Dlicense.skip=true
+ run: ./mvnw test -B -D"license.skip=true"
0 commit comments