diff --git a/README.md b/README.md index 718db49..24aee20 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ plugins { nmcp { centralPortal { - username = TODO("Add your Central Portal username") - password = TODO("Create a token at https://central.sonatype.com/account") + username = TODO("Create a token username at https://central.sonatype.com/account") + password = TODO("Create a token password at https://central.sonatype.com/account") // publish manually from the portal publishingType = "USER_MANAGED" // or if you want to publish automatically @@ -67,8 +67,8 @@ plugins { nmcp { centralPortal { - username = TODO("Add your Central Portal username") - password = TODO("Create a token at https://central.sonatype.com/account") + username = TODO("Create a token username at https://central.sonatype.com/account") + password = TODO("Create a token password at https://central.sonatype.com/account") publishingType = "USER_MANAGED" } } @@ -100,8 +100,8 @@ plugins { nmcp { centralPortal { - username = TODO("Add your Central Portal username") - password = TODO("Create a token at https://central.sonatype.com/account") + username = TODO("Create a token username at https://central.sonatype.com/account") + password = TODO("Create a token password at https://central.sonatype.com/account") // publish manually from the portal publishingType = "USER_MANAGED" // or if you want to publish automatically