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

Eclipse plugin doesn't find all gradle projects #104

Open
philwebb opened this issue May 28, 2019 · 4 comments
Open

Eclipse plugin doesn't find all gradle projects #104

philwebb opened this issue May 28, 2019 · 4 comments
Milestone

Comments

@philwebb
Copy link
Contributor

See the Gradle plugin in Spring Boot

@wilkinsona
Copy link
Contributor

Part of the problem for me was that the Eclipse plugin needs Buildship 3.0 (although its Require-Bundle manifest entry does not constrain the version) and I had 2.2.1 installed. Buildship 3.1 is the current latest. I think we should upgrade to that and see where it leaves us.

@wilkinsona
Copy link
Contributor

See #117 for the Buildship upgrade.

@wilkinsona
Copy link
Contributor

This is working for me now with Eclipse 2019-06 and a 0.0.13 snapshot of the Eclipse plugin.

I've noticed that it takes a while after importing or refreshing a Gradle project for the project's settings to be customized. That seems to be because every project in the workspace is processed, rather than just the newly imported or refreshed project.

@philwebb
Copy link
Contributor Author

Spring Framework suffers a bit with import times and I wonder if it's related to our plugin. Perhaps there's a better way.

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

No branches or pull requests

2 participants