mirror of
https://github.com/gradle/actions.git
synced 2025-12-08 17:15:46 +08:00
Improve formatting for caching report
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user