Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsonlee authored Apr 8, 2022
1 parent 3632f7f commit c9ff9b3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ For more information, see [References](#references)

```kotlin
plugins {
id("io.johnsonlee.sonatype-publish-plugin") version "1.3.0"
id("io.johnsonlee.sonatype-publish-plugin") version "1.5.6"
}

group = "..."
Expand All @@ -38,7 +38,7 @@ buildscript {
gradlePluginPortal()
}
dependencies {
classpath("io.johnsonlee:sonatype-publish-plugin:1.3.0")
classpath("io.johnsonlee:sonatype-publish-plugin:1.5.6")
}
}
Expand Down Expand Up @@ -157,8 +157,7 @@ For more information on repository licenses, see "[Supported Licenses](https://d
### Publish Artifacts to Sonatype
```bash
./gradlew clean publishToSonatype
./gradlew closeAndReleaseRepository
./gradlew initializeSonatypeStagingRepository publishToSonatype closeAndReleaseRepository
```

### Publish Artifacts to Nexus
Expand Down

0 comments on commit c9ff9b3

Please sign in to comment.