Re: [GWT] [ERROR] Hint: Check that your module inherits 'com.google.gwt.core.Core'

2022-10-07 Thread Thomas Broyer
See https://www.gwtproject.org/release-notes.html#Release_Notes_2_10_0 GWT *runs* on JDKs from 8 to 17; you can however only compile Java 11 –at most– source files (depending on -sourceLevel). When facing that kind of error, make sure you run with -failOnError (or its older name: -strict), and p

Re: [GWT] [ERROR] Hint: Check that your module inherits 'com.google.gwt.core.Core'

2022-10-07 Thread Michael Conrad
We are using JDK 17 here at the office for builds without any issue. (Gradle setup here). On 10/7/22 08:29, Christian Nzhie wrote: Hello here. I would like to react for this threat. Would at this time (2022) gwt supports java 12? For I am experiencing the error mentioned above. Thanks in adva

Re: [GWT] [ERROR] Hint: Check that your module inherits 'com.google.gwt.core.Core'

2022-10-07 Thread Christian Nzhie
Hello here. I would like to react for this threat. Would at this time (2022) gwt supports java 12? For I am experiencing the error mentioned above. Thanks in advance. On Monday, May 20, 2019 at 12:59:25 AM UTC ma...@craig-mitchell.com wrote: > I don't believe GWT supports Java 12 yet. I'd reco