Had to disable java.modularity.inferModulePath, because JUnit was put on the module path and didn't want to start (class not found). Probably because I didn't have a module-info.java.
Had to disable java.modularity.inferModulePath, because JUnit was put on the module path and didn't want to start (class not found). Probably because I didn't have a module-info.java.