Skip to content

Commit

Permalink
[#19] Minor tweak in README
Browse files Browse the repository at this point in the history
  • Loading branch information
szpak committed Feb 26, 2023
1 parent c0da001 commit 8424ef4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ So the steps to publish and release in different Gradle invocations are:
2. Close the staging repository: `./gradlew findSonatypeStagingRepository closeSonatypeStagingRepository`
3. Release the staging repository: `./gradlew findSonatypeStagingRepository releaseSonatypeStagingRepository`

(in the above example, steps 1 and 2 could be also combined into `./gradlew publishToSonatype closeSonatypeStagingRepository`, to make only the releasing done in a separate step)

### Full example

#### Groovy DSL
Expand Down

0 comments on commit 8424ef4

Please sign in to comment.