Author: centic
Date: Tue Jun 14 13:52:14 2022
New Revision: 1901903
URL: http://svn.apache.org/viewvc?rev=1901903&view=rev
Log:
Make rebuild of src-distribution work
Add one more exclude for the rat-check so that a full rebuild of the
source distribution via the "jenkins" target actually works.
The source-distribution additionally includes the full javadoc at this
location.
Modified:
xmlbeans/trunk/build.gradle
Modified: xmlbeans/trunk/build.gradle
URL:
http://svn.apache.org/viewvc/xmlbeans/trunk/build.gradle?rev=1901903&r1=1901902&r2=1901903&view=diff
==============================================================================
--- xmlbeans/trunk/build.gradle (original)
+++ xmlbeans/trunk/build.gradle Tue Jun 14 13:52:14 2022
@@ -414,6 +414,7 @@ rat {
'tmp',
'out',
'build',
+ 'javadoc',
'.gradle',
'.idea',
'src/test/java/org/w3c/**',
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]