Hello NetBeans people, I am trying to migrate several projects form JDK 8 to JDK 11. All of my projects use Gradle. The projects can not be modularized because all of their dependencies are not 100% modularized yet. (Don’t get me started on that disaster, thanks Oracle) So there is no module-info.java. I can get them to build with Gradle, but they require additional modules e.g. : --add-module java.logging
How do I tell the NetBeans editor, so that it doesn’t complain that the java.util.logging classes are missing and underline them as errors? Regards, Scott --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail: users-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists