Author: fanningpj
Date: Sat Jun 4 14:01:43 2022
New Revision: 1901626
URL: http://svn.apache.org/viewvc?rev=1901626&view=rev
Log:
add javadocs to src dist
Modified:
xmlbeans/trunk/build.gradle
Modified: xmlbeans/trunk/build.gradle
URL:
http://svn.apache.org/viewvc/xmlbeans/trunk/build.gradle?rev=1901626&r1=1901625&r2=1901626&view=diff
==============================================================================
--- xmlbeans/trunk/build.gradle (original)
+++ xmlbeans/trunk/build.gradle Sat Jun 4 14:01:43 2022
@@ -495,6 +495,10 @@ distributions {
into 'bin'
}
+ from ('build/docs/javadoc') {
+ into 'javadocs'
+ }
+
includeEmptyDirs = false
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]