We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc73d2f commit 6f13537Copy full SHA for 6f13537
RELEASING.md
@@ -5,7 +5,7 @@ Releasing
5
2. Update the `CHANGELOG.md` for the impending release.
6
3. `git commit -am "Prepare for release X.Y.Z."` (where X.Y.Z is the new version)
7
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`
+ 5. `./gradlew clean uploadArchives --no-parallel`
9
6. Update the `gradle.properties` to the next SNAPSHOT version.
10
7. `git commit -am "Prepare next development version."`
11
8. `git push && git push --tags`
0 commit comments