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 19:31:50 UTC

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

Author: fanningpj
Date: Thu Jul 21 19:31:50 2022
New Revision: 1902919

URL: http://svn.apache.org/viewvc?rev=1902919&view=rev
Log:
upgrade gradle plugins

Modified:
    xmlbeans/trunk/build.gradle

Modified: xmlbeans/trunk/build.gradle
URL: http://svn.apache.org/viewvc/xmlbeans/trunk/build.gradle?rev=1902919&r1=1902918&r2=1902919&view=diff
==============================================================================
--- xmlbeans/trunk/build.gradle (original)
+++ xmlbeans/trunk/build.gradle Thu Jul 21 19:31:50 2022
@@ -183,7 +183,7 @@ dependencies {
 }
 
 wrapper {
-    gradleVersion = '7.4.2'
+    gradleVersion = '7.5'
 }
 
 def extCP = files(configurations.testCompileClasspath + sourceSets.main.output.files + sourceSets.main.resources.srcDirs)



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