mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-12-18 17:32:21 +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