Skip to content

Commit 4f3e17e

Browse files
committed
Add instructions for enabling publishing to Sonatype Nexus
1 parent 91db292 commit 4f3e17e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

doc/development.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@ Developer docs
22
===
33

44

5+
Setup for publishing
6+
---
7+
8+
To enable publishing to Maven Central via Sonatype Nexus, set
9+
`yubicoPublish=true` in `$HOME/.gradle/gradle.properties` and add your Sonatype
10+
username and password. Example:
11+
12+
```properties
13+
yubicoPublish=true
14+
ossrhUsername=8pnmjKQP
15+
ossrhPassword=bmjuyWSIik8P3Nq/ZM2G0Xs0sHEKBg+4q4zTZ8JDDRCr
16+
```
17+
18+
519
Code formatting
620
---
721

0 commit comments

Comments
 (0)