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

Remove unecessary indirection added by SmithyBaseTask class #134

Merged
merged 1 commit into from
Mar 20, 2024

Conversation

hpmellema
Copy link
Contributor

Background

  • Performs a refactor to remove the SmithyBaseTask base class. This class added extra indirection, but is never used separate from the AbstractSmithyCliTask and none of the properties it defines make sense without the code in the AbstractCLITask class. This commit combines the properties and functions defined in the SmithyBaseTask into the AbstractSmithyCliTask and deletes the SmithyBaseClass.
  • This PR also changes the StartParameter to be injected by gradle automatically rather than pulling it from the gradle project via method calls.

Testing

  • Integration tests pass.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@hpmellema hpmellema requested a review from a team as a code owner March 19, 2024 19:22
@hpmellema hpmellema requested a review from syall March 19, 2024 19:22
@hpmellema hpmellema merged commit 45eda40 into main Mar 20, 2024
4 checks passed
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.

2 participants