Vaadin 7 widgetset 编译失败 "Check that your module inherits 'com.google.gwt.core.Core' "

Vaadin 7 widgetset compilation fails with "Check that your module inherits 'com.google.gwt.core.Core' "

我有一个现有的 Vaadin 7 项目,它曾经工作正常。现在我正在尝试编译它,widgetset 编译失败了 [ERROR] Hint: Check that your module inherits 'com.google.gwt.core.Core' either directly or indirectly 可能是什么原因?

这个编译错误是由于JDK版本太新造成的。 Vaadin 7 widgetset 编译只支持 Java 版本到 8,例如现在的 IntelliJ Idea 默认为 JDK 11。切换回 JDK 8 可以解决问题。