This is an automated email from the ASF dual-hosted git repository. mattsicker pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit fbe2318c93ea42215f25c32b684eb020de81a299 Author: Matt Sicker <[email protected]> AuthorDate: Mon Apr 6 12:48:23 2020 -0500 Fix Jenkins Windows build warning --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2b5aa23..b787841 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -66,7 +66,7 @@ pipeline { steps { bat ''' if exist %userprofile%\\.embedmongo\\ rd /s /q %userprofile%\\.embedmongo - mvn -B -fae -t toolchains-jenkins-win.xml -Dfile.encoding=UTF-8 -V clean install + mvn -B -fae -t toolchains-jenkins-win.xml -Dproject.build.sourceEncoding=UTF-8 -V clean install ''' } post {
