Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 518 Bytes

File metadata and controls

18 lines (13 loc) · 518 Bytes

CloudQuery Plugin SDK for Java

This is the high-level package to use for developing CloudQuery plugins in Java.

Setup

# 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>

Build

./gradlew build