File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<!--
2- SPDX-FileCopyrightText: Copyright 2020-2025 Mark Rotteveel
2+ SPDX-FileCopyrightText: Copyright 2020-2026 Mark Rotteveel
33SPDX-License-Identifier: LicenseRef-PDL-1.0
44-->
55Publishing
@@ -8,7 +8,7 @@ Publishing
88To publish to Maven use
99
1010```
11- gradlew clean assemble publish -PcredentialsPassphrase=<credentials password>
11+ ./ gradlew clean assemble publish -PcredentialsPassphrase=<credentials password>
1212```
1313Where ` <credentials password> ` is the password used to add the credentials (see
1414also below).
@@ -33,6 +33,8 @@ signing.secretKeyRingFile=<path to your secring.gpg>
3333centralUsername=<Central Portal usertoken name>
3434```
3535
36+ See also [ Gradle: The Signing Plugin] ( https://docs.gradle.org/current/userguide/signing_plugin.html ) .
37+
3638In addition, you need to set the following credentials
3739
3840```
@@ -52,7 +54,7 @@ comply with the terms of this License. A copy of the License is available at
5254
5355The Original Documentation is "Publishing".
5456The Initial Writer of the Original Documentation is Mark Rotteveel,
55- Copyright © 2020-2025 . All Rights Reserved. (Initial Writer contact(s):
57+ Copyright © 2020-2026 . All Rights Reserved. (Initial Writer contact(s):
5658mark (at) lawinegevaar (dot) nl).
5759
5860<!--
You can’t perform that action at this time.
0 commit comments