You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ki...@apache.org on 2021/12/31 01:02:59 UTC

svn commit: r1896567 - /xmlbeans/trunk/build.gradle

Author: kiwiwings
Date: Fri Dec 31 01:02:59 2021
New Revision: 1896567

URL: http://svn.apache.org/viewvc?rev=1896567&view=rev
Log:
exclude temporary file build.javacheck.xml from rat check

Modified:
    xmlbeans/trunk/build.gradle

Modified: xmlbeans/trunk/build.gradle
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/build.gradle?rev=1896567&r1=1896566&r2=1896567&view=diff
==============================================================================
--- xmlbeans/trunk/build.gradle (original)
+++ xmlbeans/trunk/build.gradle Fri Dec 31 01:02:59 2021
@@ -399,7 +399,8 @@ rat {
         'xbeanenv.*',
         'CHANGES.txt',
         'SECURITY.md',
-        '.travis.yml'
+        '.travis.yml',
+        'build.javacheck.xml'
     ]
 
     // Prints the list of files with unapproved licences to the console, defaults to false



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org