Author: fanningpj
Date: Tue Mar  5 00:11:44 2024
New Revision: 1916113

URL: http://svn.apache.org/viewvc?rev=1916113&view=rev
Log:
gradle 8.6

Modified:
    xmlbeans/trunk/gradle/wrapper/gradle-wrapper.properties
    xmlbeans/trunk/gradlew

Modified: xmlbeans/trunk/gradle/wrapper/gradle-wrapper.properties
URL: 
http://svn.apache.org/viewvc/xmlbeans/trunk/gradle/wrapper/gradle-wrapper.properties?rev=1916113&r1=1916112&r2=1916113&view=diff
==============================================================================
--- xmlbeans/trunk/gradle/wrapper/gradle-wrapper.properties (original)
+++ xmlbeans/trunk/gradle/wrapper/gradle-wrapper.properties Tue Mar  5 00:11:44 
2024
@@ -1,6 +1,6 @@
 distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
 networkTimeout=10000
 validateDistributionUrl=true
 zipStoreBase=GRADLE_USER_HOME

Modified: xmlbeans/trunk/gradlew
URL: 
http://svn.apache.org/viewvc/xmlbeans/trunk/gradlew?rev=1916113&r1=1916112&r2=1916113&view=diff
==============================================================================
--- xmlbeans/trunk/gradlew (original)
+++ xmlbeans/trunk/gradlew Tue Mar  5 00:11:44 2024
@@ -112,19 +112,6 @@ 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.4.0/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=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
 
 
@@ -158,7 +145,7 @@ if ! "$cygwin" && ! "$darwin" && ! "$non
     case $MAX_FD in #(
       max*)
         # In POSIX sh, ulimit -H is undefined. That's why the result is 
checked to see if it worked.
-        # shellcheck disable=SC3045
+        # shellcheck disable=SC2039,SC3045
         MAX_FD=$( ulimit -H -n ) ||
             warn "Could not query maximum file descriptor limit"
     esac
@@ -166,7 +153,7 @@ if ! "$cygwin" && ! "$darwin" && ! "$non
       '' | soft) :;; #(
       *)
         # In POSIX sh, ulimit -n is undefined. That's why the result is 
checked to see if it worked.
-        # shellcheck disable=SC3045
+        # shellcheck disable=SC2039,SC3045
         ulimit -n "$MAX_FD" ||
             warn "Could not set maximum file descriptor limit to $MAX_FD"
     esac
@@ -215,11 +202,11 @@ fi
 # Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to 
pass JVM options to this script.
 DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
 
-# Collect all arguments for the java command;
-#   * $DEFAULT_JVM_OPTS, $JAVA_OPTS, and $GRADLE_OPTS can contain fragments of
-#     shell script including quotes and variable substitutions, so put them in
-#     double quotes to make sure that they get re-expanded; and
-#   * put everything else in single quotes, so that it's not re-expanded.
+# Collect all arguments for the java command:
+#   * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not 
allowed to contain shell fragments,
+#     and any embedded shellness will be escaped.
+#   * For example: A user cannot expect ${Hostname} to be expanded, as it is 
an environment variable and will be
+#     treated as '${Hostname}' itself on the command line.
 
 set -- \
         "-Dorg.gradle.appname=$APP_BASE_NAME" \



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

Reply via email to