Skip to content

Commit 6f13537

Browse files
authored
Use more conventional --no-parallel flag (#428)
1 parent bc73d2f commit 6f13537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Releasing
55
2. Update the `CHANGELOG.md` for the impending release.
66
3. `git commit -am "Prepare for release X.Y.Z."` (where X.Y.Z is the new version)
77
4. `git tag -a X.Y.Z -m "Version X.Y.Z"` (where X.Y.Z is the new version)
8-
5. `./gradlew clean uploadArchives -Dorg.gradle.parallel=false`
8+
5. `./gradlew clean uploadArchives --no-parallel`
99
6. Update the `gradle.properties` to the next SNAPSHOT version.
1010
7. `git commit -am "Prepare next development version."`
1111
8. `git push && git push --tags`

0 commit comments

Comments
 (0)