You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by me...@apache.org on 2022/02/13 11:01:22 UTC

[shardingsphere] branch master updated: Skip checkstyle check for jdk8 (#15390)

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

menghaoran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new b41f8c0  Skip checkstyle check for jdk8 (#15390)
b41f8c0 is described below

commit b41f8c0137de272bf4b1b309d1812039765d8924
Author: Liang Zhang <zh...@apache.org>
AuthorDate: Sun Feb 13 19:00:14 2022 +0800

    Skip checkstyle check for jdk8 (#15390)
    
    * Skip checkstyle check for jdk8
    
    * Skip checkstyle check for jdk8
---
 .github/workflows/ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 786b8fe..a252787 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -85,7 +85,7 @@ jobs:
         java:
           - {
             version: 8,
-            maven_args: "cobertura:cobertura -Dmaven.javadoc.skip=true -Drat.skip=true"
+            maven_args: "cobertura:cobertura -Dmaven.javadoc.skip=true -Drat.skip=true -Dcheckstyle.skip=true"
           }
           - {
             version: 11,
@@ -126,7 +126,7 @@ jobs:
         java:
           - {
             version: 8,
-            maven_args: "cobertura:cobertura -Dmaven.javadoc.skip=true -Drat.skip=true"
+            maven_args: "cobertura:cobertura -Dmaven.javadoc.skip=true -Drat.skip=true -Dcheckstyle.skip=true"
           }
     steps:
       - name: Cache Maven Repos