Skip to content

Commit faf4eea

Browse files
bigdazgithub-actions[bot]
authored andcommitted
[bot] Update dist directory
1 parent 4b7cc6e commit faf4eea

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

dist/dependency-submission/main/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182631,7 +182631,7 @@ async function findGradleVersionOnPath(versionInfo) {
182631182631
const gradleExecutable = await (0, which_1.default)('gradle', { nothrow: true });
182632182632
if (gradleExecutable) {
182633182633
const output = await exec.getExecOutput(gradleExecutable, ['-v'], { silent: true });
182634-
if (output.stdout.includes(`Gradle ${versionInfo.version}`)) {
182634+
if (output.stdout.includes(`\nGradle ${versionInfo.version}\n`)) {
182635182635
return gradleExecutable;
182636182636
}
182637182637
}

dist/dependency-submission/main/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/dependency-submission/post/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135914,7 +135914,7 @@ async function findGradleVersionOnPath(versionInfo) {
135914135914
const gradleExecutable = await (0, which_1.default)('gradle', { nothrow: true });
135915135915
if (gradleExecutable) {
135916135916
const output = await exec.getExecOutput(gradleExecutable, ['-v'], { silent: true });
135917-
if (output.stdout.includes(`Gradle ${versionInfo.version}`)) {
135917+
if (output.stdout.includes(`\nGradle ${versionInfo.version}\n`)) {
135918135918
return gradleExecutable;
135919135919
}
135920135920
}

dist/dependency-submission/post/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/setup-gradle/main/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182562,7 +182562,7 @@ async function findGradleVersionOnPath(versionInfo) {
182562182562
const gradleExecutable = await (0, which_1.default)('gradle', { nothrow: true });
182563182563
if (gradleExecutable) {
182564182564
const output = await exec.getExecOutput(gradleExecutable, ['-v'], { silent: true });
182565-
if (output.stdout.includes(`Gradle ${versionInfo.version}`)) {
182565+
if (output.stdout.includes(`\nGradle ${versionInfo.version}\n`)) {
182566182566
return gradleExecutable;
182567182567
}
182568182568
}

dist/setup-gradle/main/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/setup-gradle/post/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182557,7 +182557,7 @@ async function findGradleVersionOnPath(versionInfo) {
182557182557
const gradleExecutable = await (0, which_1.default)('gradle', { nothrow: true });
182558182558
if (gradleExecutable) {
182559182559
const output = await exec.getExecOutput(gradleExecutable, ['-v'], { silent: true });
182560-
if (output.stdout.includes(`Gradle ${versionInfo.version}`)) {
182560+
if (output.stdout.includes(`\nGradle ${versionInfo.version}\n`)) {
182561182561
return gradleExecutable;
182562182562
}
182563182563
}

dist/setup-gradle/post/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)