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/06/02 09:26:36 UTC

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

Author: fanningpj
Date: Thu Jun  2 09:26:35 2022
New Revision: 1901548

URL: http://svn.apache.org/viewvc?rev=1901548&view=rev
Log:
need gradle.properties in src zip/tgz

Modified:
    xmlbeans/trunk/build.gradle

Modified: xmlbeans/trunk/build.gradle
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/build.gradle?rev=1901548&r1=1901547&r2=1901548&view=diff
==============================================================================
--- xmlbeans/trunk/build.gradle (original)
+++ xmlbeans/trunk/build.gradle Thu Jun  2 09:26:35 2022
@@ -183,7 +183,7 @@ dependencies {
 }
 
 wrapper {
-    gradleVersion = '7.4'
+    gradleVersion = '7.4.2'
 }
 
 def extCP = files(configurations.testCompileClasspath + sourceSets.main.output.files + sourceSets.main.resources.srcDirs)
@@ -476,9 +476,11 @@ distributions {
         distributionBaseName = "xmlbeans-src-${XMLBeansVersion}-${date}"
         contents {
             from(".") {
+                include 'gradle.properties'
                 exclude 'tmp'
                 exclude 'out'
-                exclude 'gradle*'
+                exclude 'gradle'
+                exclude 'gradlew*'
                 exclude '.gradle'
                 exclude '.idea'
                 exclude 'build'



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