This message was deleted.
# community-support
s
This message was deleted.
m
It's strange to be reluctant to upgrade to 7.3. You should actually upgrade as soon as you can.
1
👍 1
n
@Niels Doucet I've seen that. And I am personally also surprised.
@melix besides the compatibility matrix - should they expect any issues with 7.2 + java 17 ?
m
Java 17 is only officially supported since 7.3, so I'd say yes, they should expect issues by not ugprading
n
what do you mean “also surprised”? I’m just pointing out running a gradle build with java 17 is supported since 7.3, there’s no surprise on my end 🤔
a
What’s the reason they don’t want to upgrade?
n
no issues so far with 7.2 + j17. Also gradle upgrades can be a bit ... troublesome ?
j
Personally in all projects I have just merged the Renovate/Dependabot Gradle pull request without having to do any fix in almost 99% times. The only issue is forgetting to remove unnecessary feature flags
n
can you elaborate more please about the "Renovate/Dependabot Gradle" ? what do you mean by this ?
j
Renovate/Dependabot creates a PR for any new Gradle Wrapper version when it is available, and I can just merge it without doing anything because it is completely compatible and I find no issues.