matthiasblaesing commented on code in PR #7215:
URL: https://github.com/apache/netbeans/pull/7215#discussion_r1550017610
##########
extide/gradle/src/org/netbeans/modules/gradle/api/execute/GradleDistributionManager.java:
##########
@@ -103,7 +103,7 @@ public final class GradleDistributionManager {
GradleVersion.version("8.5"), // JDK-21
};
- private static final GradleVersion LAST_KNOWN_GRADLE =
GradleVersion.version("8.6"); //NOI18N
+ private static final GradleVersion LAST_KNOWN_GRADLE =
GradleVersion.version("8.7"); //NOI18N
Review Comment:
Damn! Why did no one tell groovy that this should not work:
```
matthias@enterprise:~/Downloads$ ~/bin/groovy-4/bin/groovy -v
Groovy Version: 4.0.20 JVM: 22 Vendor: Oracle Corporation OS: Linux
matthias@enterprise:~/Downloads$ ~/bin/groovy-4/bin/groovy -e 'print "Hello
World\n"'
Hello World
matthias@enterprise:~/Downloads$
```
http://groovy-lang.org/changelogs/changelog-4.0.16.html references support
for JDK 22. That release was created about 4 months ago.
I think this might be a bit more involved, than "groovy does not support JDK
22", maybe it is "we did not manage to integrate the groovy version that
support JDK 22".
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists