You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2022/07/21 21:10:41 UTC

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

Author: fanningpj
Date: Thu Jul 21 21:10:41 2022
New Revision: 1902926

URL: http://svn.apache.org/viewvc?rev=1902926&view=rev
Log:
disable gradle-module-metadata publish

Modified:
    xmlbeans/trunk/build.gradle

Modified: xmlbeans/trunk/build.gradle
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/build.gradle?rev=1902926&r1=1902925&r2=1902926&view=diff
==============================================================================
--- xmlbeans/trunk/build.gradle (original)
+++ xmlbeans/trunk/build.gradle Thu Jul 21 21:10:41 2022
@@ -407,6 +407,10 @@ sourcesJar {
     archiveBaseName = "xmlbeans-${XMLBeansVersion}"
 }
 
+tasks.withType(GenerateModuleMetadata) {
+    enabled = false
+}
+
 rat {
     dependsOn 'cacheJava9'
 



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