Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Feature: Add support for Gradle based groovy projects. #26

Open
rohitbishnoi opened this issue May 11, 2020 · 3 comments
Open

New Feature: Add support for Gradle based groovy projects. #26

rohitbishnoi opened this issue May 11, 2020 · 3 comments

Comments

@rohitbishnoi
Copy link

No description provided.

@reality
Copy link

reality commented Jun 11, 2020

So, what would this involve exactly? Would it just be a matter of parsing the gradle file for the targets/libraries to consume? I think Java language servers already can do this... I might take a look to see if it can be borrowed...

@joshtynjala
Copy link
Collaborator

The JDT language server is based on Eclipse and says it uses Buildship for Gradle support. Not sure how easy that would be to integrate outside of an Eclipse-based environment.

https://github.com/eclipse/eclipse.jdt.ls

@joshzcold
Copy link

joshzcold commented Apr 19, 2021

What would be the work around for this before this feature is done?
say I have all my gradle dependencies in ~/.gradle/caches/modules-2/files-2.1/
Can I manually configure the class path with a glob?
Like ~/.gradle/caches/modules-2/files-2.1/**/*

Update:
I realize that if I want this ill have to add it as a feature to https://github.com/dansomething/coc-groovy which uses this server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants