Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 899 Bytes

File metadata and controls

16 lines (11 loc) · 899 Bytes

cosmotech-api-azure

GitHub Packages

This project requires some public dependencies that are stored in GitHub Packages, which requires users to be authenticated (even for public repositories).

You must therefore create a GitHub Personal Access Token (PAT) with the permissions below in order to work with Maven repositories:

Then add the following lines to your ~/.gradle/gradle.properties file. Create the file if it does not exist.

gpr.user=[GITHUB_USERNAME]
gpr.key=[GITHUB_PAT]