Skip to content

Commit ea7ad74

Browse files
committed
[actions] Quote the license.skip so windows system runs
1 parent 30d3910 commit ea7ad74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
with:
3737
java-version: ${{ matrix.java }}
3838
- name: Test with Maven
39-
run: ./mvnw test -B -Dlicense.skip=true
39+
run: ./mvnw test -B -D"license.skip=true"

0 commit comments

Comments
 (0)