aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/gradlew
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2023-03-22 11:50:18 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2023-03-22 21:35:34 +0530
commite843fccbc6a4a61c6473e48bca7b9c1fa46c334b (patch)
treeb05ab1d6a90fc8d579b4d563b57da66965196e1d /gradlew
parenttools: compile with latest NDK (diff)
downloadwireguard-android-e843fccbc6a4a61c6473e48bca7b9c1fa46c334b.tar.xz
wireguard-android-e843fccbc6a4a61c6473e48bca7b9c1fa46c334b.zip
gradle: bump wrapper version
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to '')
-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