mirror of
https://github.com/gradle/actions.git
synced 2025-11-26 17:09:10 +08:00
Bump Gradle Wrappers (#499)
# Combined PRs ➡️📦⬅️ ✅ The following pull requests have been successfully combined on this PR: - Closes #498 Bump Gradle Wrapper from 8.11.1 to 8.12 in /.github/workflow-samples/kotlin-dsl - Closes #497 Bump Gradle Wrapper from 8.11.1 to 8.12 in /.github/workflow-samples/java-toolchain - Closes #496 Bump Gradle Wrapper from 8.11.1 to 8.12 in /.github/workflow-samples/groovy-dsl - Closes #495 Bump Gradle Wrapper from 8.11.1 to 8.12 in /.github/workflow-samples/gradle-plugin - Closes #494 Bump Gradle Wrapper from 8.11.1 to 8.12 in /sources/test/init-scripts > This PR was created by the [`github/combine-prs`](https://github.com/github/combine-prs) action --------- Signed-off-by: bot-githubaction <bot-githubaction@gradle.com> Co-authored-by: bot-githubaction <bot-githubaction@gradle.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: daz <daz@gradle.com>
This commit is contained in:
committed by
GitHub
parent
468d2a43e0
commit
04f1562da5
3
.github/workflow-samples/groovy-dsl/gradlew
vendored
3
.github/workflow-samples/groovy-dsl/gradlew
vendored
@@ -86,8 +86,7 @@ done
|
||||
# shellcheck disable=SC2034
|
||||
APP_BASE_NAME=${0##*/}
|
||||
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
|
||||
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
|
||||
' "$PWD" ) || exit
|
||||
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit
|
||||
|
||||
# Use the maximum available, or set MAX_FD != -1 to use that value.
|
||||
MAX_FD=maximum
|
||||
|
||||
Reference in New Issue
Block a user