Skip to content

Commit

Permalink
Fixed parallel build splitting package repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
gudzpoz committed Nov 14, 2023
1 parent 0a05a13 commit c0d4351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-natives.yml
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ jobs:
GITHUB_REF: ${{ github.ref }}
run: |
./gradlew build -x test
./gradlew publish
./gradlew publish -Dorg.gradle.parallel=false
- name: Build example
run: |
./gradlew :example:shadowJar
Expand Down

0 comments on commit c0d4351

Please sign in to comment.