-
Notifications
You must be signed in to change notification settings - Fork 456
New issue
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
Gradle 8.6 and 8.7 are unsupported #3648
Comments
Oddly enough, I'm now completely unable to reproduce the issue - it's all configuring as expected.. With that then, I guess I'll close this as an invalid issue - apologies for the bother. |
Interesting. I'm pretty sure the dialog you saw comes up when an older version of Gradle is used with a newer JVM for which it doesn't have support, based on https://docs.gradle.org/current/userguide/compatibility.html . So the "Use Java 17 as Gradle JVM" would have been valid but the "Upgrade to Gradle 7.4.2" implies it was detecting a version lower than that. 7.3 is the oldest that would also support Java 17. Feel free to re-open if you're able to reproduce this consistently. |
It does indeed, but it states in the same message that it (correctly) detected 8.7. Sadly using java 17 wasn't an option, as one of the plugins requires 21. No consistent reproduction across multiple environments, so... My best guess is that the extension didn't properly update for some reason. I did restart my pc for the first time in a few days just recently, so perhaps that reboot fixed it. |
Gradle 8.6 and 8.7 are unsupported because the langauge server wrongly assumes they require java 8, and don't support anything newer.
Environment
Steps To Reproduce
Current Result
The extension refuses to utilise gradle 8.6 or 8.7, believing that there is no java version they support.
Expected Result
The extension should let you properly use gradle 8.6/8.7.
The text was updated successfully, but these errors were encountered: