When using Eclipse + Gradle I noticed that GWT version is set to "Use default SDK ..."

When using Eclipse + Maven the SDK is set to use the version downloaded into the local maven repo.

It is my understanding that the Maven configuration is "automatic" in Eclipse based on "source path" and an automatic Google Plugin detection feature.

What do I need to add to my Gradle file to get the same style of behavior as when using Maven?

My concern is that I will have version 'A' in my Gradle file, but Eclipse will have a default version 'B' and as a result what I doing in Eclipse will not match up with what the compile and deploy sequence in Gradle really is looking for ...

-Mike

--
You received this message because you are subscribed to the Google Groups "Google 
Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to