lkishalmi commented on a change in pull request #3828:
URL: https://github.com/apache/netbeans/pull/3828#discussion_r832309740
##########
File path:
extide/gradle/src/org/netbeans/modules/gradle/loaders/LegacyProjectLoader.java
##########
@@ -194,7 +199,15 @@ private static GradleProject
loadGradleProject(ReloadContext ctx, CancellationTo
}
return ret;
}
-
+
+ private static GradleVersion compatibleGradleVersion(Project prj) {
Review comment:
Oh, good catch, I left the checking of the IDE Java Version out from
this computation!
--
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