Thanks for the hint. Yes, the problem was that GWT SDK duplicates these JDT classes instead of depending on the corresponding library.
-- Then gradle could not resolve this version conflict and kept the old JDT. Forcing a higher version fixed it.
On Tuesday, August 2, 2016 at 4:35:37 PM UTC+2, Jens wrote:
Caused by: java.lang.NoSuchMethodError: org.eclipse.jdt.internal.compiler.lookup.MethodBinding. isDefaultMethod()Z Check your dependencies. Looks like you have an old JDT on class path and GWT requires a newer one.-- J.
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment