mbien commented on code in PR #7215:
URL: https://github.com/apache/netbeans/pull/7215#discussion_r1550082377


##########
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:
   i think the release notes are a bit oversimplified which caused issues in 
past since they were not clear what is supposed to work and what doesn't work 
on current jdks.
   
   https://github.com/gradle/gradle/issues/26162 this issue tracks JDK 22 
progress. Groovy isn't the only item holding them back.



-- 
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

Reply via email to