Skip to content

Commit 907c511

Browse files
authored
Argument fix on Build and Test step (#27684)
* beam_PreCommit_SQL_Java11 * fix and readme * name and paths fix * push trigger * fix comments * java home 11 edited * java home * name and gradlew comand run update * arguments fix
1 parent dc1cfe5 commit 907c511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/beam_PreCommit_SQL_Java11.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
uses: ./.github/actions/gradle-command-self-hosted-action
9696
with:
9797
gradle-command: :sqlPreCommit
98-
arguments:
98+
arguments: |
9999
-PdisableSpotlessCheck=true \
100100
-PdisableCheckStyle=true \
101101
-PcompileAndRunTestsWithJava11 \

0 commit comments

Comments
 (0)