Skip to content

Commit 064225a

Browse files
committed
gradle 8.13
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1924065 13f79535-47bb-0310-9956-ffa450edef68
1 parent 9bef52f commit 064225a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ ant.taskdef(name: "junit",
7777

7878

7979
wrapper {
80-
gradleVersion = '8.12'
80+
gradleVersion = '8.13'
8181
}
8282

8383
group = 'org.apache.poi'

gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)