sdedic opened a new pull request, #8716: URL: https://github.com/apache/netbeans/pull/8716
During debugging of other bugs, a gradle project load failed on me (some unrelated error) for a top-level project that does not have an `build.gradle` but just `settings.gradle`. The code that consumes error reports from gradle process threw a NPE - this PR just adds a fallback to settings if buildscript is not present - and finally probably "null" string if even settings file does not exist. -- 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: notifications-unsubscr...@netbeans.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists