Before building this project, please set the following environment variables to authenticate with the GitHub Maven package registry:
export GPR_USER={github_username}
export GPR_API_TOKEN={github_personal_access_token}
How to generate a personal access token:
- Go to Account -> Settings -> Developer -> Personal access tokens
- Generate a new token with the `read:packages: scope