diff options
author | Jason Penilla <[email protected]> | 2023-02-27 15:30:04 -0700 |
---|---|---|
committer | Jason Penilla <[email protected]> | 2023-02-27 15:30:04 -0700 |
commit | dbe5184584f70d2457e81c68cbba68602d4ec392 (patch) | |
tree | e8f8bd96ddd094712fd5f828f93d4f1b0672d256 /gradlew | |
parent | eab0a0a28e2accb29bc645e80878f1101c934923 (diff) | |
download | Paper-dbe5184584f70d2457e81c68cbba68602d4ec392.tar.gz Paper-dbe5184584f70d2457e81c68cbba68602d4ec392.zip |
[ci skip] Update Gradle wrapper to 8.0.1 (#8924)
Diffstat (limited to 'gradlew')
-rwxr-xr-x | gradlew | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |