-
Notifications
You must be signed in to change notification settings - Fork 15
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
chore: fix storage downstream check to use sdk-platform-java-config artifact #759
Conversation
Verifying locally. [UPDATE] Running
|
Running Able to reproduce this error locally with |
Thanks for taking a look @burkedavison! Re-requesting a review since the state of the PR has changed since the last review |
if [ "$REPO" == "java-storage" ]; then | ||
# If using an older version of java-storage, continue replacing java-shared-config version otherwise replace | ||
# the version of sdk-platform-java-config. | ||
if [ "${REPO_TAG}" == "v2.9.3" ] && [ "${REPO}" == "java-storage" ]; then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This condition is needed until we can upgrade the flatten-plugin check to use at least v2.35.0 of java-storage which inherits sdk-platform-java-config instead of java-shared-config.
Fixes #748