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

Various dependency updates #45

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Conversation

jonnybot0
Copy link

@jonnybot0 jonnybot0 commented Sep 7, 2022

We've been using this plugin for a bit (as noted in the discussion in #15). I started noticing this in my gradle output:

Your profile name includes a 'profile ' prefix. This is considered part of the profile name in the Java SDK, so you will need to include this prefix in your profile name when you reference this profile from your Java code.

This seems to be a side effect of a resolved bug in the AWS SDK. I started out doing the work to update the AWS SDK. Then I got carried away and updated the Gradle version used, which required updating the shipkit plugins.

If you need this broken up into distinct PRs, or if there's additional work you'd like done to merge these changes, that's fine by me.

I figure this might necessitate a minor version bump, or possibly even just calling this a 1.0 seeing as we've been successfully using it for nearly 3 years. :)

FWIW, I did test these changes in our project that's using this plugin, and it worked fine.

public class AwsS3BuildCacheServiceFactory implements BuildCacheServiceFactory<AwsS3BuildCache> {

private static final Logger logger = LoggerFactory.getLogger(AwsS3BuildCacheServiceFactory.class);

@Nonnull
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change was strictly to avoid a warning in IntelliJ. Shameless drive-by change, I know.

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