lkishalmi commented on issue #4865: URL: https://github.com/apache/netbeans/issues/4865#issuecomment-1307537834
I'm sorry I had no time to play with the attached project. I'm sure that this is not a bug. NetBeans does not need any plugin (and I think in these days neither Eclipse nor IDEA needs a specific plugin) to work with Gradle. The problem is that that the `run` task in this case is a "proxy" task for the included build `run` task, not a `JavaExec` type task. While the `JavaExec` task understands the `--debug-jvm` option the proxy task does not. -- 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
