rcasia / neotest-java

Neotest adapter for Java.
MIT License
38 stars 21 forks source link

pass all java class filepaths to javac command #99

Closed rcasia closed 4 months ago

rcasia commented 4 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.