You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
44
44
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