Skip to content

Commit 58898b8

Browse files
authored
chore: PtestJdk -> -PtestJdk in main.yml
1 parent 8c257a8 commit 58898b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: eskatos/gradle-command-action@v3
3737
with:
3838
gradle-version: wrapper
39-
arguments: --no-parallel --no-daemon PtestJdk=17 build
39+
arguments: --no-parallel --no-daemon -PtestJdk=17 build
4040
- name: Test with Java 21
4141
uses: eskatos/gradle-command-action@v3
4242
with:

0 commit comments

Comments
 (0)