jiakuan / gwt-gradle-plugin

Gradle plugin to support GWT related tasks.
https://gwt-gradle.docstr.org
Other
63 stars 34 forks source link

1.1.7-RC Regression #35

Closed michael-newsrx closed 3 years ago

michael-newsrx commented 3 years ago

Tried using 1.1.7-RC:

We get:

Task :client:compileGwt FAILED
Error: Could not find or load main class []
Caused by: java.lang.ClassNotFoundException: []

FAILURE: Build failed with an exception.

Switching back to 1.1.6 and everything is fine.

jiakuan commented 3 years ago

Fixed.

Please try with: plugins { id "org.wisepersist.gwt" version "1.1.8" }