This is an automated email from the ASF dual-hosted git repository.

aaronai pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/develop by this push:
     new 8f4d925a1 Update pom.xml (#5115)
8f4d925a1 is described below

commit 8f4d925a1dfd810866d77cfcbbb5e81eafa77a00
Author: racoon <[email protected]>
AuthorDate: Mon Sep 19 12:37:16 2022 +0800

    Update pom.xml (#5115)
    
    maven-checkstyle-plugin use inputEncoding instaad of encoding
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fda6219bf..f4ff422e0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -275,7 +275,7 @@
                         <phase>validate</phase>
                         <configuration>
                             
<configLocation>style/rmq_checkstyle.xml</configLocation>
-                            <encoding>UTF-8</encoding>
+                            <inputEncoding>UTF-8</inputEncoding>
                             <consoleOutput>true</consoleOutput>
                             <failsOnError>true</failsOnError>
                             
<includeTestSourceDirectory>false</includeTestSourceDirectory>

Reply via email to