diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2023-03-22 11:50:18 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2023-03-22 21:35:34 +0530 |
commit | e843fccbc6a4a61c6473e48bca7b9c1fa46c334b (patch) | |
tree | b05ab1d6a90fc8d579b4d563b57da66965196e1d /gradlew | |
parent | 3ab1f94514bae96bde387435cea72472e3782b56 (diff) |
gradle: bump wrapper version
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
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 |