Skip to content

Commit

Permalink
Update Gradle wrapper to 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
git-machete-bot authored and mkondratek committed Aug 19, 2023
1 parent 6f5353b commit 06e6d16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
3 changes: 2 additions & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ done
# This is normally unused
# shellcheck disable=SC2034
APP_BASE_NAME=${0##*/}
APP_HOME=$( cd "${APP_HOME:-./}" && pwd -P ) || exit
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
APP_HOME=$( cd "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit

# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD=maximum
Expand Down

0 comments on commit 06e6d16

Please sign in to comment.