mirror of
https://github.com/gradle/actions.git
synced 2025-04-19 17:29:20 +08:00
[bot] Update dist directory
This commit is contained in:
parent
6d55902761
commit
6cec5d49d4
4
dist/dependency-submission/main/index.js
vendored
4
dist/dependency-submission/main/index.js
vendored
@ -145006,9 +145006,9 @@ function getDeprecations() {
|
|||||||
return recordedDeprecations;
|
return recordedDeprecations;
|
||||||
}
|
}
|
||||||
exports.getDeprecations = getDeprecations;
|
exports.getDeprecations = getDeprecations;
|
||||||
function emitDeprecationWarnings() {
|
function emitDeprecationWarnings(hasJobSummary = true) {
|
||||||
if (recordedDeprecations.length > 0) {
|
if (recordedDeprecations.length > 0) {
|
||||||
core.warning(`This job uses deprecated functionality from the '${(0, configuration_1.getActionId)()}' action. Consult the Job Summary for more details.`);
|
core.warning(`This job uses deprecated functionality from the '${(0, configuration_1.getActionId)()}' action. Consult the ${hasJobSummary ? 'Job Summary' : 'logs'} for more details.`);
|
||||||
for (const deprecation of recordedDeprecations) {
|
for (const deprecation of recordedDeprecations) {
|
||||||
core.info(`DEPRECATION: ${deprecation.message}. See ${deprecation.getDocumentationLink()}`);
|
core.info(`DEPRECATION: ${deprecation.message}. See ${deprecation.getDocumentationLink()}`);
|
||||||
}
|
}
|
||||||
|
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
4
dist/dependency-submission/post/index.js
vendored
4
dist/dependency-submission/post/index.js
vendored
@ -96167,9 +96167,9 @@ function getDeprecations() {
|
|||||||
return recordedDeprecations;
|
return recordedDeprecations;
|
||||||
}
|
}
|
||||||
exports.getDeprecations = getDeprecations;
|
exports.getDeprecations = getDeprecations;
|
||||||
function emitDeprecationWarnings() {
|
function emitDeprecationWarnings(hasJobSummary = true) {
|
||||||
if (recordedDeprecations.length > 0) {
|
if (recordedDeprecations.length > 0) {
|
||||||
core.warning(`This job uses deprecated functionality from the '${(0, configuration_1.getActionId)()}' action. Consult the Job Summary for more details.`);
|
core.warning(`This job uses deprecated functionality from the '${(0, configuration_1.getActionId)()}' action. Consult the ${hasJobSummary ? 'Job Summary' : 'logs'} for more details.`);
|
||||||
for (const deprecation of recordedDeprecations) {
|
for (const deprecation of recordedDeprecations) {
|
||||||
core.info(`DEPRECATION: ${deprecation.message}. See ${deprecation.getDocumentationLink()}`);
|
core.info(`DEPRECATION: ${deprecation.message}. See ${deprecation.getDocumentationLink()}`);
|
||||||
}
|
}
|
||||||
|
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
4
dist/setup-gradle/main/index.js
vendored
4
dist/setup-gradle/main/index.js
vendored
@ -144934,9 +144934,9 @@ function getDeprecations() {
|
|||||||
return recordedDeprecations;
|
return recordedDeprecations;
|
||||||
}
|
}
|
||||||
exports.getDeprecations = getDeprecations;
|
exports.getDeprecations = getDeprecations;
|
||||||
function emitDeprecationWarnings() {
|
function emitDeprecationWarnings(hasJobSummary = true) {
|
||||||
if (recordedDeprecations.length > 0) {
|
if (recordedDeprecations.length > 0) {
|
||||||
core.warning(`This job uses deprecated functionality from the '${(0, configuration_1.getActionId)()}' action. Consult the Job Summary for more details.`);
|
core.warning(`This job uses deprecated functionality from the '${(0, configuration_1.getActionId)()}' action. Consult the ${hasJobSummary ? 'Job Summary' : 'logs'} for more details.`);
|
||||||
for (const deprecation of recordedDeprecations) {
|
for (const deprecation of recordedDeprecations) {
|
||||||
core.info(`DEPRECATION: ${deprecation.message}. See ${deprecation.getDocumentationLink()}`);
|
core.info(`DEPRECATION: ${deprecation.message}. See ${deprecation.getDocumentationLink()}`);
|
||||||
}
|
}
|
||||||
|
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
4
dist/setup-gradle/post/index.js
vendored
4
dist/setup-gradle/post/index.js
vendored
@ -142387,9 +142387,9 @@ function getDeprecations() {
|
|||||||
return recordedDeprecations;
|
return recordedDeprecations;
|
||||||
}
|
}
|
||||||
exports.getDeprecations = getDeprecations;
|
exports.getDeprecations = getDeprecations;
|
||||||
function emitDeprecationWarnings() {
|
function emitDeprecationWarnings(hasJobSummary = true) {
|
||||||
if (recordedDeprecations.length > 0) {
|
if (recordedDeprecations.length > 0) {
|
||||||
core.warning(`This job uses deprecated functionality from the '${(0, configuration_1.getActionId)()}' action. Consult the Job Summary for more details.`);
|
core.warning(`This job uses deprecated functionality from the '${(0, configuration_1.getActionId)()}' action. Consult the ${hasJobSummary ? 'Job Summary' : 'logs'} for more details.`);
|
||||||
for (const deprecation of recordedDeprecations) {
|
for (const deprecation of recordedDeprecations) {
|
||||||
core.info(`DEPRECATION: ${deprecation.message}. See ${deprecation.getDocumentationLink()}`);
|
core.info(`DEPRECATION: ${deprecation.message}. See ${deprecation.getDocumentationLink()}`);
|
||||||
}
|
}
|
||||||
|
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
60757
dist/wrapper-validation/main/index.js
vendored
60757
dist/wrapper-validation/main/index.js
vendored
File diff suppressed because one or more lines are too long
2
dist/wrapper-validation/main/index.js.map
vendored
2
dist/wrapper-validation/main/index.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user