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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to