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
This is an issue I encountered with the google-native example:
google-native
117c2ee#diff-fc9be1f2f3bef2373b71461c1c9304b0d31a911e43b64b270eccd6915875fb02
Without this exclusion and the additional explicit dependency, it tried to use com.pulumi:pulumi:0.5.4 coming from the com.pulumi:google-native dependency, which ended up causing an error: https://github.com/VirtuslabRnD/pulumi-kotlin/actions/runs/6038454817/job/16385637822
com.pulumi:pulumi:0.5.4
com.pulumi:google-native
There might be a better way to do things to avoid such issues.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is an issue I encountered with the
google-native
example:117c2ee#diff-fc9be1f2f3bef2373b71461c1c9304b0d31a911e43b64b270eccd6915875fb02
Without this exclusion and the additional explicit dependency, it tried to use
com.pulumi:pulumi:0.5.4
coming from thecom.pulumi:google-native
dependency, which ended up causing an error: https://github.com/VirtuslabRnD/pulumi-kotlin/actions/runs/6038454817/job/16385637822There might be a better way to do things to avoid such issues.
The text was updated successfully, but these errors were encountered: