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 3526f3c commit bf344d2Copy full SHA for bf344d2
.github/workflows/ci.yaml
@@ -45,7 +45,7 @@ jobs:
45
- name: Set argLine command line option
46
shell: bash
47
if: ${{ matrix.java != '8' }}
48
- run: echo 'ARG_LINE='"'"'-D"argLine=--illegal-access=permit"'"'" >> $GITHUB_ENV
+ run: echo 'ARG_LINE=-D"argLine=--illegal-access=permit"' >> $GITHUB_ENV
49
- name: Set env command line option
50
51
if: ${{ matrix.os == 'ubuntu-latest' }}
0 commit comments