You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by ma...@apache.org on 2023/05/12 08:22:17 UTC

svn commit: r1909766 - /gump/metadata/project/checkstyle.xml

Author: markt
Date: Fri May 12 08:22:17 2023
New Revision: 1909766

URL: http://svn.apache.org/viewvc?rev=1909766&view=rev
Log:
Update properties, remove unused properties. Skipping spotbugs should allow building with Java 21 (the plugin version needs an update to [pick up Java 21 support)

Modified:
    gump/metadata/project/checkstyle.xml

Modified: gump/metadata/project/checkstyle.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/checkstyle.xml?rev=1909766&r1=1909765&r2=1909766&view=diff
==============================================================================
--- gump/metadata/project/checkstyle.xml (original)
+++ gump/metadata/project/checkstyle.xml Fri May 12 08:22:17 2023
@@ -29,11 +29,9 @@
   
     <mvn3 goal="install">
       <property name="skipTests" value="true"/>
-      <property name="cobertura.skip" value="true"/>
-      <property name="findbugs.skip" value="true"/>
-      <property name="checkstyle.skip" value="true"/>
       <property name="checkstyle.ant.skip" value="true"/>
       <property name="pmd.skip" value="true"/>
+      <property name="spotbugs.skip" value="true"/>
     </mvn3>
 
     <depend project="antlr" ids="antlr4 antlr4-runtime" runtime="true"/>