aboutsummaryrefslogtreecommitdiffhomepage
path: root/gradlew
diff options
context:
space:
mode:
authorJason Penilla <[email protected]>2023-02-27 15:30:04 -0700
committerJason Penilla <[email protected]>2023-02-27 15:30:04 -0700
commitdbe5184584f70d2457e81c68cbba68602d4ec392 (patch)
treee8f8bd96ddd094712fd5f828f93d4f1b0672d256 /gradlew
parenteab0a0a28e2accb29bc645e80878f1101c934923 (diff)
downloadPaper-dbe5184584f70d2457e81c68cbba68602d4ec392.tar.gz
Paper-dbe5184584f70d2457e81c68cbba68602d4ec392.zip
[ci skip] Update Gradle wrapper to 8.0.1 (#8924)
Diffstat (limited to 'gradlew')
-rwxr-xr-xgradlew4
1 files changed, 2 insertions, 2 deletions
diff --git a/gradlew b/gradlew
index 65dcd68d65..79a61d421c 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