Author: fanningpj
Date: Sat Jun 4 10:33:04 2022
New Revision: 1901614
URL: http://svn.apache.org/viewvc?rev=1901614&view=rev
Log:
remove lib dir
Modified:
xmlbeans/trunk/build.gradle
Modified: xmlbeans/trunk/build.gradle
URL:
http://svn.apache.org/viewvc/xmlbeans/trunk/build.gradle?rev=1901614&r1=1901613&r2=1901614&view=diff
==============================================================================
--- xmlbeans/trunk/build.gradle (original)
+++ xmlbeans/trunk/build.gradle Sat Jun 4 10:33:04 2022
@@ -576,6 +576,9 @@ clean {
ant.delete(includeemptydirs:true) {
fileset(dir:"samples", includes:"*/build/**")
}
+ ant.delete(failonerror:false) {
+ fileset(dir:"lib")
+ }
}
forbiddenApis {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]