[bot] Update dist directory

This commit is contained in:
bigdaz
2024-08-26 20:49:04 +00:00
committed by github-actions[bot]
parent 4b7cc6e174
commit faf4eeacd5
8 changed files with 8 additions and 8 deletions

View File

@@ -182631,7 +182631,7 @@ async function findGradleVersionOnPath(versionInfo) {
const gradleExecutable = await (0, which_1.default)('gradle', { nothrow: true });
if (gradleExecutable) {
const output = await exec.getExecOutput(gradleExecutable, ['-v'], { silent: true });
if (output.stdout.includes(`Gradle ${versionInfo.version}`)) {
if (output.stdout.includes(`\nGradle ${versionInfo.version}\n`)) {
return gradleExecutable;
}
}

File diff suppressed because one or more lines are too long

View File

@@ -135914,7 +135914,7 @@ async function findGradleVersionOnPath(versionInfo) {
const gradleExecutable = await (0, which_1.default)('gradle', { nothrow: true });
if (gradleExecutable) {
const output = await exec.getExecOutput(gradleExecutable, ['-v'], { silent: true });
if (output.stdout.includes(`Gradle ${versionInfo.version}`)) {
if (output.stdout.includes(`\nGradle ${versionInfo.version}\n`)) {
return gradleExecutable;
}
}

File diff suppressed because one or more lines are too long