sdedic opened a new pull request #3668: URL: https://github.com/apache/netbeans/pull/3668
Following suggestion in [NETBEANS-5846](https://issues.apache.org/jira/browse/NETBEANS-5846). The ProjectInfoBuilder in `gradle-tooling` was changed so it does not produce `unresolved_problems` if the project uses `javaPlatform` plugin w/ dependencies enabled. The 2nd commit is a bugfix - during testing, I used `Reload Project` action and the project did not degrade to the new (broken) state after change in buildscript + reload. My fault, the `force` parameter to loadProject was not used at all. -- 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
