jiakuan / gwt-gradle-plugin

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

UP-TO-DATE Checks #79

Open chwalker-fadv opened 6 months ago

chwalker-fadv commented 6 months ago

Hi, I'm not seeing up-to-date checks working for the gwtCompile task, is anyone else having an issue with this?

Thanks.

jiakuan commented 6 months ago

You are probably right. Each time we re-run ./gradlew build, :compileGwt will be run again even without client side code changes. It's worth having a deep look so we can add that check in this plugin.