This is an automated email from the ASF dual-hosted git repository.
pjfanning pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/poi.git
The following commit(s) were added to refs/heads/trunk by this push:
new e5bb69b562 gradle 8.14.4
e5bb69b562 is described below
commit e5bb69b5629307c252d6349f47c77565dcdf1f5b
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Jun 8 10:07:30 2026 +0100
gradle 8.14.4
---
build.gradle | 2 +-
gradle/wrapper/gradle-wrapper.properties | 2 +-
gradlew | 12 ++++++++++++
3 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index 2aafafd3f1..0330042074 100644
--- a/build.gradle
+++ b/build.gradle
@@ -84,7 +84,7 @@ ant.taskdef(name: "junit",
wrapper {
- gradleVersion = '8.14.3'
+ gradleVersion = '8.14.4'
}
group = 'org.apache.poi'
diff --git a/gradle/wrapper/gradle-wrapper.properties
b/gradle/wrapper/gradle-wrapper.properties
index d4081da476..aaaabb3cb9 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.4-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
diff --git a/gradlew b/gradlew
index 23d15a9367..9dc71b4092 100755
--- a/gradlew
+++ b/gradlew
@@ -114,6 +114,18 @@ case "$( uname )" in #(
NONSTOP* ) nonstop=true ;;
esac
+# Loop in case we encounter an error.
+for attempt in 1 2 3; do
+ if [ ! -e "$APP_HOME/gradle/wrapper/gradle-wrapper.jar" ]; then
+ if ! curl -s -S --retry 3 -L -o
"$APP_HOME/gradle/wrapper/gradle-wrapper.jar"
"https://raw.githubusercontent.com/gradle/gradle/v8.14.4/gradle/wrapper/gradle-wrapper.jar";
then
+ rm -f "$APP_HOME/gradle/wrapper/gradle-wrapper.jar"
+ # Pause for a bit before looping in case the server throttled us.
+ sleep 5
+ continue
+ fi
+ fi
+done
+
CLASSPATH="\\\"\\\""
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]