summaryrefslogtreecommitdiffstats
path: root/gradlew
diff options
context:
space:
mode:
authorKrakenied <Krakenied1@gmail.com>2023-04-23 03:29:25 +0200
committerKrakenied <Krakenied1@gmail.com>2023-04-23 03:29:25 +0200
commit7f72147a59ef55d5f09fa89b48264397a9465265 (patch)
tree6a2fec9195a7ba8110da83f92d68c631f47fde46 /gradlew
parentb8ef517ef6b1d7be407bc228e8fbdab3116dcd23 (diff)
Update gradle to 8.1.1
Diffstat (limited to 'gradlew')
-rwxr-xr-xgradlew4
1 files changed, 2 insertions, 2 deletions
diff --git a/gradlew b/gradlew
index 65dcd68d..79a61d42 100755
--- a/gradlew
+++ b/gradlew
@@ -144,7 +144,7 @@ if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then
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=SC3045
MAX_FD=$( ulimit -H -n ) ||
warn "Could not query maximum file descriptor limit"
esac
@@ -152,7 +152,7 @@ if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then
'' | 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=SC3045
ulimit -n "$MAX_FD" ||
warn "Could not set maximum file descriptor limit to $MAX_FD"
esac