This is an automated email from the ASF dual-hosted git repository. billyliu pushed a commit to branch 2.3.x in repository https://gitbox.apache.org/repos/asf/kylin.git
commit 521d37a73456fff29b0ed99ab39fff32df7f74d4 Author: Billy Liu <billy...@apache.org> AuthorDate: Wed Feb 21 03:36:59 2018 +0000 igonre checkstyle on htrace module --- external/htrace/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/external/htrace/pom.xml b/external/htrace/pom.xml index 1c57ddb..e83b153 100644 --- a/external/htrace/pom.xml +++ b/external/htrace/pom.xml @@ -36,6 +36,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <shadeBase>org.apache.kylin.shaded.htrace</shadeBase> <shaded.htrace.version>3.1.0-incubating</shaded.htrace.version> + <checkstyle.skip>true</checkstyle.skip> </properties> <dependencies> -- To stop receiving notification emails like this one, please contact billy...@apache.org.