Hmm - from that description it sounds like the bug might be in the gradle plugin then, we did test compiling java8 .java files with a java9 jre. Can you confirm that is what you are trying to do, and have you tried testing building without gradle?
On Monday, November 20, 2017 at 8:23:22 PM UTC-6, Scott Palmer wrote: > > > > On Thursday, 19 October 2017 16:30:49 UTC-4, Colin Alworth wrote: >> >> Today we released the next version of GWT, version 2.8.2. A few quick >> highlights from this new release: >> >> - GWT can now run on Java 9 (though Java 9 features are not yet >> supported, coming soon!) >> >> Any idea when we will be able to *build* projects with Java 9? > Currently, using the gradle plugin from > https://github.com/steffenschaefer/gwt-gradle-plugin, I get an error > about not finding java.lang.Object > Same build runs fine if I change the JVM to Java 8. > > Cheers, > > Scott > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
