gradle-gitVersioner-plugin icon indicating copy to clipboard operation
gradle-gitVersioner-plugin copied to clipboard

GenerateGitVersionName should be cacheable

Open StefMa opened this issue 7 years ago • 0 comments

You should consider if it make sense to make GenerateGitVersionName Task Cacheable.

Since the task have some input properties (from the GitVersioner) and a output (the output file which will be generated by the task) there is no need to run the task again if nothing have changed 👍

StefMa avatar Feb 01 '18 07:02 StefMa