davidliu

Disable parallel builds when releasing

@@ -61,7 +61,7 @@ jobs: @@ -61,7 +61,7 @@ jobs:
61 PROFILE_ID: ${{ secrets.STAGING_PROFILE_ID }} 61 PROFILE_ID: ${{ secrets.STAGING_PROFILE_ID }}
62 62
63 - name: Publish to sonatype 63 - name: Publish to sonatype
64 - run: ./gradlew publish 64 + run: ./gradlew publish -Dorg.gradle.parallel=false
65 65
66 - name: Close and release to maven 66 - name: Close and release to maven
67 run: ./gradlew closeAndReleaseRepository 67 run: ./gradlew closeAndReleaseRepository