groovy-language-server icon indicating copy to clipboard operation
groovy-language-server copied to clipboard

Optionally recursively search additional classpath directories

Open RyanHecht opened this issue 10 months ago • 1 comments

Closes #100

This pull request enhances the groovy.classpath configuration to allow for recursive directory traversal when specifying classpath entries.

For example, if a user specifies /home/user/.m2/repository/**, the local Maven repository will be recursively searched, and all .jar files will be added to the classpath.

This is accomplished by modifying the getClasspathList method in CompilationUnitFactory.java. I added a helper function for recursive directory search as well.

RyanHecht avatar Feb 27 '25 20:02 RyanHecht

I have been looking for this feature! Any updates on getting this merged?

gtnbssn avatar May 08 '25 07:05 gtnbssn