sdedic opened a new pull request, #5768: URL: https://github.com/apache/netbeans/pull/5768
Project dependencies query will fail on a project with no `build.gradle`, with just `gradle.settings`; this setup is common for umbrella projects that only includes subprojects and have no dependencies themselves. There's an unhandled state when the buildscript is not present so the toFileObject fails with a NPE. -- 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
