We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 648e76c commit 0bfeac8Copy full SHA for 0bfeac8
1 file changed
README.md
@@ -250,6 +250,16 @@ The existing tests in the `src/test` directory can be run using gradle with the
250
251
This only works if you have the correct permissions - for admins only basically.
252
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
263
```
264
./gradlew uploadArchives
265
0 commit comments