Skip to content

Commit 5ed7cbc

Browse files
authored
Merge branch 'master' into dev
2 parents 53f69ac + fec54e6 commit 5ed7cbc

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# MapRoulette Java Client
22

3-
[![Build](https://github.com/osmlab/maproulette-java-client/workflows/Build/badge.svg)](https://github.com/osmlab/maproulette-java-client/actions)
3+
[![Build](https://github.com/osmlab/maproulette-java-client/workflows/Build/badge.svg)](#)
44
[![quality gate](https://sonarcloud.io/api/project_badges/measure?project=org.maproulette.client%3Amaproulette-java-client&metric=alert_status)](https://sonarcloud.io/dashboard?id=org.maproulette.client%3Amaproulette-java-client)
5-
[![Github Release](https://img.shields.io/github/v/release/osmlab/maproulette-java-client)](https://github.com/osmlab/maproulette-java-client/releases/tag/latest)
5+
[![Github Release](https://img.shields.io/github/v/release/osmlab/maproulette-java-client)](https://github.com/osmlab/maproulette-java-client/packages/60203)
66
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
77

88
The MapRoulette Java Client is a java library that makes it easy to create Projects, Challenges and Tasks. This library focuses primarily on creation, and does not currently implement any other API endpoints.
@@ -36,11 +36,10 @@ repositories
3636
3737
dependencies
3838
{
39-
implementation "org.maproulette:maproulette-java-client:0.1.0"
39+
implementation "org.maproulette:maproulette-java-client:0.3.0"
4040
}
4141
```
4242

4343
This project is published using Github Package Registry. Unfortunately one of the drawbacks of using Github Package Registry is that to download a package you have to be authenticated and have permissions to read packages. Hopefully this will change in the future, however for now you will have to supply a username and token to access the package.
4444

45-
The "credentials" section above shows that it will look for any properties found in gradle with `gpr.user` for your Github username and if not found it will look at any passed in system environment variables called `USERNAME`. Likewise it will do the same for password, except obviously looking for `gpr.key` and `PASSWORD` respectively.
46-
45+
The "credentials" section above shows that it will look for any properties found in gradle with `gpr.user` for your Github username and if not found it will look at any passed in system environment variables called `USERNAME`. Likewise it will do the same for password, except obviously looking for `gpr.key` and `PASSWORD` respectively.

0 commit comments

Comments
 (0)