Hi, I just wanted to do a simple sync to the OVHcl...
# java
t
Hi, I just wanted to do a simple sync to the OVHcloud terraform provider (without new datasource and resources) and when I execute the upgrade-provider script, I have a kotlin exception?! The upgrade-provider scripts does this upgrades: - Planning Bridge Upgrade: v3.93.1 -> v3.95.0 - Planning Plugin Framework Upgrade: v0.46.0 -> v0.48.0 - Upgrading Java Gen Version: 0.16.1 -> 0.17.0 The error occur during the build_java target. Slack Conversation
m
Ouch! looks like it's a gradle error of some kind while building the java SDK. You might need to use a different version of gradle to build. I believe the pulumi managed fleet is using gradle 7.6
t
Yes I’m analyzing this issue and by default I see gradle 4 now instead of gradle 8.8 I will try to fix it