Improve formatting for caching report

This commit is contained in:
Daz DeBoer
2021-10-30 07:39:21 -06:00
parent 75cec40e58
commit 6ca4d4ade2
3 changed files with 18 additions and 11 deletions

View File

@@ -10,7 +10,7 @@ const PATHS_TO_CACHE = [
export class ProjectDotGradleCache extends AbstractCache {
private rootDir: string
constructor(rootDir: string) {
super('project', 'Project .gradle directory')
super('project', 'Project configuration cache')
this.rootDir = rootDir
}