Jan 12, 2022
Thanks for the tutorial -
Please update RepoURLs as current ones are giving 403
https://central.sonatype.org/publish/publish-gradle/
repository(url: "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/") {
authentication(userName: ossrhUsername, password: ossrhPassword)
snapshotRepository(url: "https://s01.oss.sonatype.org/content/repositories/snapshots/") {
authentication(userName: ossrhUsername, password: ossrhPassword)