mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-04-05 21:04:15 +02:00
Build outputs
This commit is contained in:
parent
fd8c5296e5
commit
8e07894afd
4 changed files with 6 additions and 10 deletions
6
dist/main/index.js
vendored
6
dist/main/index.js
vendored
|
@ -63664,7 +63664,6 @@ class GradleStateCache {
|
|||
return __awaiter(this, void 0, void 0, function* () {
|
||||
yield this.debugReportGradleUserHomeSize('as restored from cache');
|
||||
yield new cache_extract_entries_1.GradleHomeEntryExtractor(this.gradleUserHome).restore(listener);
|
||||
yield new cache_extract_entries_1.ConfigurationCacheEntryExtractor(this.gradleUserHome).restore(listener);
|
||||
yield this.debugReportGradleUserHomeSize('after restoring common artifacts');
|
||||
});
|
||||
}
|
||||
|
@ -63703,8 +63702,7 @@ class GradleStateCache {
|
|||
yield this.debugReportGradleUserHomeSize('before saving common artifacts');
|
||||
this.deleteExcludedPaths();
|
||||
yield Promise.all([
|
||||
new cache_extract_entries_1.GradleHomeEntryExtractor(this.gradleUserHome).extract(listener),
|
||||
new cache_extract_entries_1.ConfigurationCacheEntryExtractor(this.gradleUserHome).extract(listener)
|
||||
new cache_extract_entries_1.GradleHomeEntryExtractor(this.gradleUserHome).extract(listener)
|
||||
]);
|
||||
yield this.debugReportGradleUserHomeSize("after extracting common artifacts (only 'caches' and 'notifications' will be stored)");
|
||||
});
|
||||
|
@ -64449,7 +64447,7 @@ const exec = __importStar(__nccwpck_require__(1514));
|
|||
const crypto = __importStar(__nccwpck_require__(6113));
|
||||
const path = __importStar(__nccwpck_require__(1017));
|
||||
const fs = __importStar(__nccwpck_require__(7147));
|
||||
const CACHE_PROTOCOL_VERSION = 'v6-';
|
||||
const CACHE_PROTOCOL_VERSION = 'v7-';
|
||||
const JOB_CONTEXT_PARAMETER = 'workflow-job-context';
|
||||
const CACHE_DISABLED_PARAMETER = 'cache-disabled';
|
||||
const CACHE_READONLY_PARAMETER = 'cache-read-only';
|
||||
|
|
2
dist/main/index.js.map
vendored
2
dist/main/index.js.map
vendored
File diff suppressed because one or more lines are too long
6
dist/post/index.js
vendored
6
dist/post/index.js
vendored
|
@ -62715,7 +62715,6 @@ class GradleStateCache {
|
|||
return __awaiter(this, void 0, void 0, function* () {
|
||||
yield this.debugReportGradleUserHomeSize('as restored from cache');
|
||||
yield new cache_extract_entries_1.GradleHomeEntryExtractor(this.gradleUserHome).restore(listener);
|
||||
yield new cache_extract_entries_1.ConfigurationCacheEntryExtractor(this.gradleUserHome).restore(listener);
|
||||
yield this.debugReportGradleUserHomeSize('after restoring common artifacts');
|
||||
});
|
||||
}
|
||||
|
@ -62754,8 +62753,7 @@ class GradleStateCache {
|
|||
yield this.debugReportGradleUserHomeSize('before saving common artifacts');
|
||||
this.deleteExcludedPaths();
|
||||
yield Promise.all([
|
||||
new cache_extract_entries_1.GradleHomeEntryExtractor(this.gradleUserHome).extract(listener),
|
||||
new cache_extract_entries_1.ConfigurationCacheEntryExtractor(this.gradleUserHome).extract(listener)
|
||||
new cache_extract_entries_1.GradleHomeEntryExtractor(this.gradleUserHome).extract(listener)
|
||||
]);
|
||||
yield this.debugReportGradleUserHomeSize("after extracting common artifacts (only 'caches' and 'notifications' will be stored)");
|
||||
});
|
||||
|
@ -63500,7 +63498,7 @@ const exec = __importStar(__nccwpck_require__(1514));
|
|||
const crypto = __importStar(__nccwpck_require__(6113));
|
||||
const path = __importStar(__nccwpck_require__(1017));
|
||||
const fs = __importStar(__nccwpck_require__(7147));
|
||||
const CACHE_PROTOCOL_VERSION = 'v6-';
|
||||
const CACHE_PROTOCOL_VERSION = 'v7-';
|
||||
const JOB_CONTEXT_PARAMETER = 'workflow-job-context';
|
||||
const CACHE_DISABLED_PARAMETER = 'cache-disabled';
|
||||
const CACHE_READONLY_PARAMETER = 'cache-read-only';
|
||||
|
|
2
dist/post/index.js.map
vendored
2
dist/post/index.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue