[bot] Update dist directory

This commit is contained in:
bigdaz 2024-12-11 17:17:35 +00:00 committed by github-actions[bot]
parent 6089ee95bf
commit 37bb14cb36
8 changed files with 8 additions and 8 deletions

View File

@ -179280,7 +179280,7 @@ class CacheCleaner {
} }
`); `);
fs_1.default.writeFileSync(path_1.default.resolve(cleanupProjectDir, 'build.gradle'), 'task("noop") {}'); fs_1.default.writeFileSync(path_1.default.resolve(cleanupProjectDir, 'build.gradle'), 'task("noop") {}');
const executable = await provisioner.provisionGradleAtLeast('8.11'); const executable = await provisioner.provisionGradleAtLeast('8.11.1');
await core.group('Executing Gradle to clean up caches', async () => { await core.group('Executing Gradle to clean up caches', async () => {
core.info(`Cleaning up caches last used before ${cleanTimestamp}`); core.info(`Cleaning up caches last used before ${cleanTimestamp}`);
await this.executeCleanupBuild(executable, cleanupProjectDir); await this.executeCleanupBuild(executable, cleanupProjectDir);

File diff suppressed because one or more lines are too long

View File

@ -132877,7 +132877,7 @@ class CacheCleaner {
} }
`); `);
fs_1.default.writeFileSync(path_1.default.resolve(cleanupProjectDir, 'build.gradle'), 'task("noop") {}'); fs_1.default.writeFileSync(path_1.default.resolve(cleanupProjectDir, 'build.gradle'), 'task("noop") {}');
const executable = await provisioner.provisionGradleAtLeast('8.11'); const executable = await provisioner.provisionGradleAtLeast('8.11.1');
await core.group('Executing Gradle to clean up caches', async () => { await core.group('Executing Gradle to clean up caches', async () => {
core.info(`Cleaning up caches last used before ${cleanTimestamp}`); core.info(`Cleaning up caches last used before ${cleanTimestamp}`);
await this.executeCleanupBuild(executable, cleanupProjectDir); await this.executeCleanupBuild(executable, cleanupProjectDir);

File diff suppressed because one or more lines are too long

View File

@ -179265,7 +179265,7 @@ class CacheCleaner {
} }
`); `);
fs_1.default.writeFileSync(path_1.default.resolve(cleanupProjectDir, 'build.gradle'), 'task("noop") {}'); fs_1.default.writeFileSync(path_1.default.resolve(cleanupProjectDir, 'build.gradle'), 'task("noop") {}');
const executable = await provisioner.provisionGradleAtLeast('8.11'); const executable = await provisioner.provisionGradleAtLeast('8.11.1');
await core.group('Executing Gradle to clean up caches', async () => { await core.group('Executing Gradle to clean up caches', async () => {
core.info(`Cleaning up caches last used before ${cleanTimestamp}`); core.info(`Cleaning up caches last used before ${cleanTimestamp}`);
await this.executeCleanupBuild(executable, cleanupProjectDir); await this.executeCleanupBuild(executable, cleanupProjectDir);

File diff suppressed because one or more lines are too long

View File

@ -179260,7 +179260,7 @@ class CacheCleaner {
} }
`); `);
fs_1.default.writeFileSync(path_1.default.resolve(cleanupProjectDir, 'build.gradle'), 'task("noop") {}'); fs_1.default.writeFileSync(path_1.default.resolve(cleanupProjectDir, 'build.gradle'), 'task("noop") {}');
const executable = await provisioner.provisionGradleAtLeast('8.11'); const executable = await provisioner.provisionGradleAtLeast('8.11.1');
await core.group('Executing Gradle to clean up caches', async () => { await core.group('Executing Gradle to clean up caches', async () => {
core.info(`Cleaning up caches last used before ${cleanTimestamp}`); core.info(`Cleaning up caches last used before ${cleanTimestamp}`);
await this.executeCleanupBuild(executable, cleanupProjectDir); await this.executeCleanupBuild(executable, cleanupProjectDir);

File diff suppressed because one or more lines are too long