From 907c5110163b0efe52e9e12127fd013c7fc455d7 Mon Sep 17 00:00:00 2001 From: magicgoody <131876064+magicgoody@users.noreply.github.com> Date: Wed, 26 Jul 2023 19:10:02 +0600 Subject: [PATCH] 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 --- .github/workflows/beam_PreCommit_SQL_Java11.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/beam_PreCommit_SQL_Java11.yml b/.github/workflows/beam_PreCommit_SQL_Java11.yml index 1859a3aedd76..8350e6d2285f 100644 --- a/.github/workflows/beam_PreCommit_SQL_Java11.yml +++ b/.github/workflows/beam_PreCommit_SQL_Java11.yml @@ -95,7 +95,7 @@ jobs: uses: ./.github/actions/gradle-command-self-hosted-action with: gradle-command: :sqlPreCommit - arguments: + arguments: | -PdisableSpotlessCheck=true \ -PdisableCheckStyle=true \ -PcompileAndRunTestsWithJava11 \