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]