We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What is the bug? Build fail on main branch. OS core main branch change Metadata members from ImmutableOpenMap to Map. And this makes IM fail to compileKotlin.
Need to modify code in IM to adapt to the changes in core.
How can one reproduce the bug? Steps to reproduce the behavior:
What is the expected behavior? Need to be modify code in IM to adapt to the changes in OS core.
The text was updated successfully, but these errors were encountered:
./gradlew
yuye-aws
No branches or pull requests
What is the bug?
Build fail on main branch. OS core main branch change Metadata members from ImmutableOpenMap to Map. And this makes IM fail to compileKotlin.
Need to modify code in IM to adapt to the changes in core.
How can one reproduce the bug?
Steps to reproduce the behavior:
What is the expected behavior?
Need to be modify code in IM to adapt to the changes in OS core.
The text was updated successfully, but these errors were encountered: