jiakuan / gwt-gradle-plugin

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

checkGwt task does not delegate to GwtCheck class #72

Closed stphnclysmth closed 12 months ago

stphnclysmth commented 12 months ago

The checkGwt task previously delegated to the GwtCheck task class. It looks like this was deleted last year by mistake when the plugin was improved to use Gradle task configuration avoidance. Without that delegation, the type of the "checkGwt" task is org.gradle.api.DefaultTask, so it has no behavior.

jiakuan commented 12 months ago

Good spot. Thanks!