From fa20c15c93f9153536fac9d34d25cfe0c0da5a9d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 23 Jun 2026 02:46:55 +0000 Subject: [PATCH] Update generated dist for Maven args log change --- dist/setup/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/setup/index.js b/dist/setup/index.js index 3cb351a0..1319721d 100644 --- a/dist/setup/index.js +++ b/dist/setup/index.js @@ -80968,8 +80968,8 @@ function configureMavenArgs() { ? `${existingArgs} ${constants_1.MAVEN_NO_TRANSFER_PROGRESS_FLAG}` : constants_1.MAVEN_NO_TRANSFER_PROGRESS_FLAG; core.exportVariable(constants_1.MAVEN_ARGS_ENV, updatedArgs); - core.info(`Set ${constants_1.MAVEN_ARGS_ENV} to '${updatedArgs}' to suppress Maven transfer progress logs. ` + - `Set 'show-download-progress: true' to keep the download progress output.`); + core.info(`Configured ${constants_1.MAVEN_ARGS_ENV} to include ${constants_1.MAVEN_NO_TRANSFER_PROGRESS_FLAG} to suppress Maven transfer progress logs. ` + + `Set '${constants_1.INPUT_SHOW_DOWNLOAD_PROGRESS}: true' to keep the download progress output.`); } exports.configureMavenArgs = configureMavenArgs;