gradle-gitVersioner-plugin
gradle-gitVersioner-plugin copied to clipboard
GenerateGitVersionName should be cacheable
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 👍