Skip to content

Commit

Permalink
Revert "Build subprojects in parallel (opensearch-project#3223)" (ope…
Browse files Browse the repository at this point in the history
…nsearch-project#3234)

This reverts commit 44a92c5.

Signed-off-by: Lantao Jin <[email protected]>
  • Loading branch information
LantaoJin authored Jan 9, 2025
1 parent 79ffb14 commit 0e61d20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sql-test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Build with Gradle
run: |
chown -R 1000:1000 `pwd`
su `id -un 1000` -c "./gradlew --continue --parallel build"
su `id -un 1000` -c "./gradlew --continue build"
- name: Create Artifact Path
run: |
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
java-version: ${{ matrix.entry.java }}

- name: Build with Gradle
run: ./gradlew --continue --parallel build ${{ matrix.entry.os_build_args }}
run: ./gradlew --continue build ${{ matrix.entry.os_build_args }}

- name: Create Artifact Path
run: |
Expand Down

0 comments on commit 0e61d20

Please sign in to comment.