This is the high-level package to use for developing CloudQuery plugins in Java.
# Set up authentication to GitHub Packages, more in https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry#authenticating-to-github-packages
export GITHUB_ACTOR=<your-github-username>
# Classic personal access token with `read:packages` scope
export GITHUB_TOKEN=<personal-access-token>./gradlew build