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


##########
extide/gradle/apichanges.xml:
##########
@@ -83,6 +83,22 @@ is the proper place.
     <!-- ACTUAL CHANGES BEGIN HERE: -->
 
     <changes>
+        <change id="gradle-init-javaversion">
+            <api name="general"/>
+            <summary>Gradle InitOperation now Supports  --java-version and 
--comments flags</summary>

Review Comment:
   is the `--java-verison` flag brand new? I can't find anything about that 
one. Is it only there to setup the project template or is more to that?



##########
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:
   looks like groovy is holding up gradle again:
   https://docs.gradle.org/8.7/release-notes.html#java-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

Reply via email to