Skip to content

Commit 0bfeac8

Browse files
committed
Additional instructions for uploading to Maven
1 parent 648e76c commit 0bfeac8

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,16 @@ The existing tests in the `src/test` directory can be run using gradle with the
250250

251251
This only works if you have the correct permissions - for admins only basically.
252252

253+
Let's begin with the permissions.
254+
255+
```
256+
mv gradle.properties.example ~/.gradle/gradle.properties
257+
```
258+
259+
Edit that file and set your `sonatypeUsername` and sonatypePassword`.
260+
261+
Cool, now you can do the following.
262+
253263
```
254264
./gradlew uploadArchives
255265
```

0 commit comments

Comments
 (0)