Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow unknown traits when generating SDK #2446

Closed
wants to merge 1 commit into from

Conversation

milesziemer
Copy link
Contributor

Updates Smithy Gradle Plugin config to allow unkown traits, stopping builds from failing if there are traits in models which haven't been added as a dependency in the code generator. Usually new traits are added to existing packages, but if/when a trait is added in a new package, we will have to update the dependencies of the code generator, even if the code generator isn't actually using the trait yet.

Adds Smithy Gradle Plugin config to allow unkown traits, stopping
builds from failing if there are traits in models which haven't been
added as a dependency in the code generator. Usually new traits are
added to existing packages, but if/when a trait is added in a new
package, we will have to update the dependencies of the code generator,
even if the code generator isn't actually using the trait yet.
@milesziemer milesziemer requested a review from a team as a code owner January 10, 2024 18:15
@milesziemer
Copy link
Contributor Author

Closing in favor of #2447

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant