Update generated dist for Maven args log change

This commit is contained in:
copilot-swe-agent[bot]
2026-06-23 02:46:55 +00:00
committed by GitHub
parent 8e27c114ea
commit fa20c15c93
+2 -2
View File
@@ -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;