aboutsummaryrefslogtreecommitdiff
path: root/gradlew
diff options
context:
space:
mode:
authorTrương Hoàng Long <longtruong2411@gmail.com>2023-04-03 10:03:23 +0200
committerGitHub <noreply@github.com>2023-04-03 10:03:23 +0200
commit65ddd6160ac598f245f34e8f540949658bec2ebb (patch)
tree338d73bbdef51c46123ea9614d9fde37503859de /gradlew
parentcc33c0e4c9662132d01ec51644d204fdf4675320 (diff)
parent0c5514933445c927ec54454e3bfdce69765a2420 (diff)
downloadSkyblocker-65ddd6160ac598f245f34e8f540949658bec2ebb.tar.gz
Skyblocker-65ddd6160ac598f245f34e8f540949658bec2ebb.tar.bz2
Skyblocker-65ddd6160ac598f245f34e8f540949658bec2ebb.zip
Merge pull request #126 from Julienraptor01/update-gradle-&-mr-version
Update gradle & mr version
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