This is a template repository for GXF services.
To retrieve GXF dependencies you need to configure a local GitHub token.
- Go to GitHub to create a classic token: Create Classic Token
- Give the token a name
- Choose an appropriate expiration date
- Add the scope
read:packages
- Press the
Generate token
button - Copy the newly generated token
Now place the generated token in ~/.gradle/gradle.properties
github.username=<github username>
github.token=<github token>