rcasia / neotest-java

Neotest adapter for Java.
MIT License
44 stars 24 forks source link

pass all java class filepaths to javac command #99

Closed rcasia closed 7 months ago

rcasia commented 7 months ago

Related: #98

Added all filepaths of the java classes for the javac command to avoid using globs as it is not compatible in all systems.