Skip to content

Commit

Permalink
Disable parallel builds and daemon for uploading snapshots (#555)
Browse files Browse the repository at this point in the history
Now that parallel builds are enabled by default, we should disable them when uploading snapshots, to avoid errors due to concurrent uploads. We also disable the daemon since that is typical for such builds.
  • Loading branch information
msridhar authored Jan 18, 2022
1 parent b27c6e1 commit 26cfc02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ jobs:
env:
ORG_GRADLE_PROJECT_mavenCentralRepositoryUsername: ${{ secrets.SONATYPE_NEXUS_USERNAME }}
ORG_GRADLE_PROJECT_mavenCentralRepositoryPassword: ${{ secrets.SONATYPE_NEXUS_PASSWORD }}
run: ./gradlew clean publish
run: ./gradlew clean publish --no-daemon --no-parallel

0 comments on commit 26cfc02

Please sign in to comment.