aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2025-03-23 13:59:33 +0000
committerPJ Fanning <fanningpj@apache.org>2025-03-23 13:59:33 +0000
commit9b800c82d7a2df620d684eae0c95ab7f14e20d3d (patch)
tree97b25823a859cdf84625f1d1840b02a783a72b5e
parent42deaab12c496fdadf93903602e7fd2075cf3333 (diff)
downloadpoi-9b800c82d7a2df620d684eae0c95ab7f14e20d3d.tar.gz
poi-9b800c82d7a2df620d684eae0c95ab7f14e20d3d.zip
upgrade gradle plugin
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1924538 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 554e1d13c1..a18aff21b5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -31,7 +31,7 @@ buildscript {
plugins {
id 'base'
- id 'com.dorongold.task-tree' version '2.1.1'
+ id 'com.dorongold.task-tree' version '4.0.1'
id 'org.nosphere.apache.rat' version '0.8.1'
id 'distribution'
id "com.github.spotbugs" version '6.0.27'