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 8c257a8 commit 58898b8Copy full SHA for 58898b8
1 file changed
.github/workflows/main.yml
@@ -36,7 +36,7 @@ jobs:
36
uses: eskatos/gradle-command-action@v3
37
with:
38
gradle-version: wrapper
39
- arguments: --no-parallel --no-daemon PtestJdk=17 build
+ arguments: --no-parallel --no-daemon -PtestJdk=17 build
40
- name: Test with Java 21
41
42
0 commit comments