This is an automated email from the ASF dual-hosted git repository. mapohl pushed a commit to branch release-1.18 in repository https://gitbox.apache.org/repos/asf/flink.git
commit ffdce2cef6a56db77be209d5721c2f6fd3208eea Author: Matthias Pohl <[email protected]> AuthorDate: Tue Jan 16 16:20:45 2024 +0100 [hotfix][build] Adds Maven and Java version to Maven command --- tools/ci/maven-utils.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/ci/maven-utils.sh b/tools/ci/maven-utils.sh index 2ac16179b23..ab535af4320 100755 --- a/tools/ci/maven-utils.sh +++ b/tools/ci/maven-utils.sh @@ -17,6 +17,7 @@ # Utility for invoking Maven in CI function run_mvn { if [[ "$MVN_RUN_VERBOSE" != "false" ]]; then + $MAVEN_WRAPPER --version echo "Invoking mvn with '$MVN_GLOBAL_OPTIONS ${@}'" fi $MAVEN_WRAPPER $MVN_GLOBAL_OPTIONS "${@}"
