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

brandonwilliams pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/trunk by this push:
     new c32a848008 Run checkstyle only on j8
c32a848008 is described below

commit c32a848008061dd3dc9e44b98f48320469988070
Author: Brandon Williams <brandonwilli...@apache.org>
AuthorDate: Wed Apr 5 16:14:22 2023 -0500

    Run checkstyle only on j8
    
    Patch by brandonwilliams; reviewed by edimitrova for CASSANDRA-18423
---
 build.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.xml b/build.xml
index dcf3529d51..c58839e52a 100644
--- a/build.xml
+++ b/build.xml
@@ -2022,7 +2022,7 @@
                classpathref="checkstyle.classpath"/>
   </target>
 
-  <target name="checkstyle" depends="init-checkstyle,build-project" 
description="Run custom checkstyle code analysis" unless="no-checkstyle">
+  <target name="checkstyle" depends="init-checkstyle,build-project" 
description="Run custom checkstyle code analysis" if="java.version.8" 
unless="no-checkstyle">
       <property name="checkstyle.log.dir" value="${build.dir}/checkstyle" />
       <property name="checkstyle.report.file" 
value="${checkstyle.log.dir}/checkstyle_report.xml"/>
       <mkdir  dir="${checkstyle.log.dir}" />
@@ -2038,7 +2038,7 @@
       </checkstyle>
   </target>
 
-  <target name="checkstyle-test" 
depends="init-checkstyle,resolver-retrieve-build,build-project" 
description="Run custom checkstyle code analysis on tests" 
unless="no-checkstyle">
+  <target name="checkstyle-test" 
depends="init-checkstyle,resolver-retrieve-build,build-project" 
description="Run custom checkstyle code analysis on tests" if="java.version.8" 
unless="no-checkstyle">
       <property name="checkstyle.log.dir" value="${build.dir}/checkstyle" />
       <property name="checkstyle_test.report.file" 
value="${checkstyle.log.dir}/checkstyle_report_test.xml"/>
       <mkdir  dir="${checkstyle.log.dir}" />


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to