Open ractive opened 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.
@CacheableTask
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
.