-
Notifications
You must be signed in to change notification settings - Fork 19
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
Don't use a dynamic version for com.amazonaws:aws-java-sdk-s3 #20
Comments
Simplest workaround for this is to use the older style gradle plugin declaration with a resolution strategy
|
FYI this one have caused us a major CI breakage because new SDK's version is unavailable for some reason. We did lock the version (as was suggested by @nhoughto, thanks!), but this sounds rather a problem with the plugin, so please, consider fixing it ASAP (especially given the unavailability of the SDK's version that I expect to affect every other project too) |
@myniva, Hi! |
Pin dependencies to fixed versions. fixes #20
Dynamic versions published in the pom cause unnecessary trips to maven repo to check if new version is available for consumers and can lead to non-reproducible builds
The text was updated successfully, but these errors were encountered: