mirror of
https://github.com/actions/setup-java.git
synced 2026-06-23 16:20:28 +03:00
Update generated dist for Maven args log change
This commit is contained in:
committed by
GitHub
parent
8e27c114ea
commit
fa20c15c93
Vendored
+2
-2
@@ -80968,8 +80968,8 @@ function configureMavenArgs() {
|
|||||||
? `${existingArgs} ${constants_1.MAVEN_NO_TRANSFER_PROGRESS_FLAG}`
|
? `${existingArgs} ${constants_1.MAVEN_NO_TRANSFER_PROGRESS_FLAG}`
|
||||||
: constants_1.MAVEN_NO_TRANSFER_PROGRESS_FLAG;
|
: constants_1.MAVEN_NO_TRANSFER_PROGRESS_FLAG;
|
||||||
core.exportVariable(constants_1.MAVEN_ARGS_ENV, updatedArgs);
|
core.exportVariable(constants_1.MAVEN_ARGS_ENV, updatedArgs);
|
||||||
core.info(`Set ${constants_1.MAVEN_ARGS_ENV} to '${updatedArgs}' to suppress Maven transfer progress logs. ` +
|
core.info(`Configured ${constants_1.MAVEN_ARGS_ENV} to include ${constants_1.MAVEN_NO_TRANSFER_PROGRESS_FLAG} to suppress Maven transfer progress logs. ` +
|
||||||
`Set 'show-download-progress: true' to keep the download progress output.`);
|
`Set '${constants_1.INPUT_SHOW_DOWNLOAD_PROGRESS}: true' to keep the download progress output.`);
|
||||||
}
|
}
|
||||||
exports.configureMavenArgs = configureMavenArgs;
|
exports.configureMavenArgs = configureMavenArgs;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user