This project serves as an example of how to build and share cdktf modules using gradle.
Add the following to ./gradle.properties
or ~/.gradle/gradle.properties
githubUsername=myusername
githubToken=******************
The token used must have read permissions granted for Github registries.
From the root directory of the project, execute the following command
./gradlew get