Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Feb 19, 2024
1 parent 83a92e8 commit 0d38a9a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Expand Up @@ -28,12 +28,21 @@ nmcp {
publishAllProjectsProbablyBreakingProjectIsolation {
username = TODO()
password = TODO()
// publish manually from the portal
publicationType = "USER_MANAGED"
// or if you want to publish automatically
publicationType = "AUTOMATIC"
}
}
```

Then call `publishAllPublicationsToCentralPortal` to publish all your publications.
Then call `publishAllPublicationsToCentralPortal` to publish all your publications:

```
./gradlew publishAllPublicationsToCentralPortal
# yay everything is uploaded 🎉
# go to https://central.sonatype.com/ to release if you used USER_MANAGED
```

# Project isolation compatible version:

Expand Down

0 comments on commit 0d38a9a

Please sign in to comment.