Skip to content

Commit 2789748

Browse files
committed
Add link to signing plugin documentation
1 parent 88bb244 commit 2789748

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

devdoc/publish.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
SPDX-FileCopyrightText: Copyright 2020-2025 Mark Rotteveel
2+
SPDX-FileCopyrightText: Copyright 2020-2026 Mark Rotteveel
33
SPDX-License-Identifier: LicenseRef-PDL-1.0
44
-->
55
Publishing
@@ -8,7 +8,7 @@ Publishing
88
To publish to Maven use
99

1010
```
11-
gradlew clean assemble publish -PcredentialsPassphrase=<credentials password>
11+
./gradlew clean assemble publish -PcredentialsPassphrase=<credentials password>
1212
```
1313
Where `<credentials password>` is the password used to add the credentials (see
1414
also below).
@@ -33,6 +33,8 @@ signing.secretKeyRingFile=<path to your secring.gpg>
3333
centralUsername=<Central Portal usertoken name>
3434
```
3535

36+
See also [Gradle: The Signing Plugin](https://docs.gradle.org/current/userguide/signing_plugin.html).
37+
3638
In 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

5355
The Original Documentation is "Publishing".
5456
The 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):
5658
mark (at) lawinegevaar (dot) nl).
5759

5860
<!--

0 commit comments

Comments
 (0)