gwt-eclipse-plugin
gwt-eclipse-plugin copied to clipboard
Add Gradle support
Configure project from Gradle.
- [ ] create basic gradle project to use for testing
- [ ] import project configurator
- [ ] turn on gwt nature
- [ ] turn on gwt facet
I would also need Gradle support in GWT Eclipse Plugin! And a BIG THANK for your work on this project and your talk on GWTcon2016!
+1 for gradle support and +1 for the big thank-you!
Thanks for the feedback!
My request is that an GWT Eclipse Plugin with Gradle allow flexibility in selecting the targeted Java and GWT versions. Basically, we don't want to rock the boat or be forced to make a major upgrade to any of our current GWT-based products. These are running with GWT 2.7.0, Java 6, and Gradle 2.x with steffenschaefer/gwt-gradle-plugin. Only one product is likely to see any major new features, but even there, we'd like to stick with GWT 2.7.0. Our use of GWT for new projects is not certain.
I think the only thing the configure has to do is add the GWT nature and GWT facet with WTP. The rest of the classpath is already taken care of. So there won't be any forcing. I think the overall goal of a configurator is to add IDE behavior accordingly to the gradle instructions.