VirtuslabRnD/pulumi-kotlin

Reconsider library dependencies

Opened this issue · 0 comments

jplewa commented

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 the com.pulumi:google-native dependency, which ended up causing an error: https://github.com/VirtuslabRnD/pulumi-kotlin/actions/runs/6038454817/job/16385637822

There might be a better way to do things to avoid such issues.