mirror of
https://github.com/gradle/actions.git
synced 2025-02-03 15:26:42 -05:00
[bot] Update dist directory
This commit is contained in:
parent
04f1562da5
commit
7ba6b1c820
8 changed files with 8 additions and 8 deletions
2
dist/dependency-submission/main/index.js
vendored
2
dist/dependency-submission/main/index.js
vendored
|
@ -181788,7 +181788,7 @@ class CacheCleaner {
|
|||
}
|
||||
`);
|
||||
fs_1.default.writeFileSync(path_1.default.resolve(cleanupProjectDir, 'build.gradle'), 'task("noop") {}');
|
||||
const executable = await provisioner.provisionGradleAtLeast('8.11.1');
|
||||
const executable = await provisioner.provisionGradleAtLeast('8.12');
|
||||
await core.group('Executing Gradle to clean up caches', async () => {
|
||||
core.info(`Cleaning up caches last used before ${cleanTimestamp}`);
|
||||
await this.executeCleanupBuild(executable, cleanupProjectDir);
|
||||
|
|
2
dist/dependency-submission/main/index.js.map
vendored
2
dist/dependency-submission/main/index.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/dependency-submission/post/index.js
vendored
2
dist/dependency-submission/post/index.js
vendored
|
@ -142057,7 +142057,7 @@ class CacheCleaner {
|
|||
}
|
||||
`);
|
||||
fs_1.default.writeFileSync(path_1.default.resolve(cleanupProjectDir, 'build.gradle'), 'task("noop") {}');
|
||||
const executable = await provisioner.provisionGradleAtLeast('8.11.1');
|
||||
const executable = await provisioner.provisionGradleAtLeast('8.12');
|
||||
await core.group('Executing Gradle to clean up caches', async () => {
|
||||
core.info(`Cleaning up caches last used before ${cleanTimestamp}`);
|
||||
await this.executeCleanupBuild(executable, cleanupProjectDir);
|
||||
|
|
2
dist/dependency-submission/post/index.js.map
vendored
2
dist/dependency-submission/post/index.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/setup-gradle/main/index.js
vendored
2
dist/setup-gradle/main/index.js
vendored
|
@ -181773,7 +181773,7 @@ class CacheCleaner {
|
|||
}
|
||||
`);
|
||||
fs_1.default.writeFileSync(path_1.default.resolve(cleanupProjectDir, 'build.gradle'), 'task("noop") {}');
|
||||
const executable = await provisioner.provisionGradleAtLeast('8.11.1');
|
||||
const executable = await provisioner.provisionGradleAtLeast('8.12');
|
||||
await core.group('Executing Gradle to clean up caches', async () => {
|
||||
core.info(`Cleaning up caches last used before ${cleanTimestamp}`);
|
||||
await this.executeCleanupBuild(executable, cleanupProjectDir);
|
||||
|
|
2
dist/setup-gradle/main/index.js.map
vendored
2
dist/setup-gradle/main/index.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/setup-gradle/post/index.js
vendored
2
dist/setup-gradle/post/index.js
vendored
|
@ -181768,7 +181768,7 @@ class CacheCleaner {
|
|||
}
|
||||
`);
|
||||
fs_1.default.writeFileSync(path_1.default.resolve(cleanupProjectDir, 'build.gradle'), 'task("noop") {}');
|
||||
const executable = await provisioner.provisionGradleAtLeast('8.11.1');
|
||||
const executable = await provisioner.provisionGradleAtLeast('8.12');
|
||||
await core.group('Executing Gradle to clean up caches', async () => {
|
||||
core.info(`Cleaning up caches last used before ${cleanTimestamp}`);
|
||||
await this.executeCleanupBuild(executable, cleanupProjectDir);
|
||||
|
|
2
dist/setup-gradle/post/index.js.map
vendored
2
dist/setup-gradle/post/index.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue