11<!--
2- SPDX-FileCopyrightText: Copyright 2020-2024 Mark Rotteveel
2+ SPDX-FileCopyrightText: Copyright 2020-2025 Mark Rotteveel
33SPDX-License-Identifier: LicenseRef-PDL-1.0
44-->
55Publishing
@@ -17,7 +17,7 @@ The `assemble` task is not strictly necessary, but will also generate the `dist`
1717zip and sign it.
1818
1919Publishing to Maven Central (non-SNAPSHOT releases) requires an explicit close
20- and release through < https://oss .sonatype.org/ > .
20+ and release through < https://central .sonatype.com/publishing/deployments > .
2121
2222To be able to deploy, you need the following:
2323
@@ -27,14 +27,14 @@ a `<homedir>/.gradle/gradle.properties` with the following properties:
2727signing.keyId=<gpg key id>
2828signing.secretKeyRingFile=<path to your secring.gpg>
2929
30- ossrhUsername=<sonatype OSSRH usertoken name>
30+ centralUsername=<Central Portal usertoken name>
3131```
3232
3333In addition, you need to set the following credentials
3434
3535```
3636./gradlew addCredentials --key signing.password --value <your secret key password> -PcredentialsPassphrase=<credentials password>
37- ./gradlew addCredentials --key ossrhPassword --value <your sonatyp OSSRH password> -PcredentialsPassphrase=<credentials password>
37+ ./gradlew addCredentials --key centralPassword --value <your Central Portal usertoken password> -PcredentialsPassphrase=<credentials password>
3838```
3939
4040See https://github.com/etiennestuder/gradle-credentials-plugin for details on
@@ -49,7 +49,7 @@ comply with the terms of this License. A copy of the License is available at
4949
5050The Original Documentation is "Publishing".
5151The Initial Writer of the Original Documentation is Mark Rotteveel,
52- Copyright © 2020-2024 . All Rights Reserved. (Initial Writer contact(s):
52+ Copyright © 2020-2025 . All Rights Reserved. (Initial Writer contact(s):
5353mark (at) lawinegevaar (dot) nl).
5454
5555<!--
0 commit comments