steffenschaefer / gwt-gradle-plugin

Gradle plugin to support GWT (http://www.gwtproject.org/) related tasks.
Other
117 stars 45 forks source link

Make the compile tasks cacheable #110

Open ractive opened 7 years ago

ractive commented 7 years ago

Gradle 3.5 introduced build caches. The gwt compile tasks would be perfect candidates to produce cacheable output. See the gradle build cache documentation here.

Make the compile tasks (and maybe others) cacheable by adding @CacheableTask.