This is just for testing Smithy with GitHub's package repositories.
There are three branches of note:
main
(you are here) - Contains the package that is actually being published. Gradle is configured to publish this branch to the maven package repo on GitHub.smithy-cli-dependency
- Contains a Smithy CLI-based Smithy package that depends on the pacakge inmain
.gradle-dependency
- Contains a Gradle-based Smithy package that depends on the package inmain
.