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

Leaks AWS dependency and taints build system classpath #13

Open
dsvensson opened this issue Oct 6, 2021 · 0 comments
Open

Leaks AWS dependency and taints build system classpath #13

dsvensson opened this issue Oct 6, 2021 · 0 comments

Comments

@dsvensson
Copy link

Tried to write a plugin in buildSrc that updates AWS Lambda code using AWS SDK 2.17.15, and at runtime it failed with a NoSuchFieldError in MarshallerType when (de)serializing AWS protocol messages. After much digging I realized that I use this plugin in settings.gradle.kts, and after commenting it out everything worked as expected.

Would be great if the AWS deps of this project didn't leak.

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

No branches or pull requests

1 participant