Skip to content

Commit 2a4d4d1

Browse files
gmazzoyeikel
authored andcommitted
Update gradle/lib/dependabot/gradle/file_updater/wrapper_updater.rb
Co-authored-by: Yeikel Santana <email@yeikel.com>
1 parent afe7a36 commit 2a4d4d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle/lib/dependabot/gradle/file_updater/wrapper_updater.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def update_files(build_file)
8080

8181
begin
8282
# first attempt: run the wrapper task via the local Gradle wrapper (if present)
83-
# `gradle-wrapper.jar` might be too old to run on host's Java version or
83+
# `gradle-wrapper.jar` might not be compatible with the host's Java version or
8484
# the `gradlew` script may be corrupted, so we try and fall back to system Gradle before giving up
8585
SharedHelpers.run_shell_command(command, cwd: cwd, env: env)
8686
rescue SharedHelpers::HelperSubprocessFailed => e

0 commit comments

Comments
 (0)