Skip to content

Commit

Permalink
docs(readme): fix the list of automatically created tasks for custom …
Browse files Browse the repository at this point in the history
…Nexus repositories
  • Loading branch information
DanySK authored Jan 7, 2022
1 parent 37f8d64 commit b864187
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,12 @@ If you add a custom repository, say `myRepo`, you would also find the following

and if `myRepo` has configured an URL for an associated Nexus instance, the following ones:

* `publishJavaMavenPublicationToMyRepoRepository`
* `publishKotlinMavenPublicationToMyRepoRepository`
* `publishAllPublicationsToMyRepoRepository`

* `closeJavaMavenOnMyRepoNexus`
* `closeKotlinMavenOnMyRepoNexus`
* `releaseJavaMavenOnMyRepoNexus`
* `releaseKotlinMavenOnMyRepoNexus`
* `uploadJavaMavenToMyRepoNexus`
* `uploadKotlinMavenToMyRepoNexus`

which is what needs to get called to have your artifacts uploaded on OSSRH Nexus instance.

Expand Down

0 comments on commit b864187

Please sign in to comment.