mirror of
https://github.com/gradle/actions
synced 2024-11-23 18:02:13 +00:00
parent
f8f7d3e704
commit
e7f9f25d86
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ export class GradleUserHomeCache {
|
|||
await this.debugReportGradleUserHomeSize('as restored from cache')
|
||||
await new GradleHomeEntryExtractor(this.gradleUserHome, this.cacheConfig).restore(listener)
|
||||
await new ConfigurationCacheEntryExtractor(this.gradleUserHome, this.cacheConfig).restore(listener)
|
||||
await this.deleteExcludedPaths()
|
||||
await this.debugReportGradleUserHomeSize('after restoring common artifacts')
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue