How to add local jar to Gradle

2023-01-07 Thread Amn Ojee Uw
Hello! Can anyone tell how to add a local jar file to a Gradle-Java with Gradle->Web Application using NetBeans 16? Thanks in advance. - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands,

Can't create test for class

2023-01-07 Thread Will Hartung
I have maven javafx project. Java 17, NB 15. It's also a modular application with a module-info. I try to create a test for a class, and all I get is an empty class. It has the JUnit imports, but no test methods. Just an empty class with an empty constructor. None of the methods. Also, I can't