Skip to content

Commit

Permalink
Update UpdateGradleWrapper.java to fix doc whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek authored Jan 24, 2024
1 parent 7024905 commit 73313f6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ public String getDescription() {
@Getter
@Option(displayName = "Wrapper URI",
description = "The URI of the Gradle wrapper distribution. " +
"Lookup of available versions still requires access to https://services.gradle.org" +
"Lookup of available versions still requires access to https://services.gradle.org " +
"When this is specified the exact literal values supplied for `version` and `distribution` " +
"will be interpolated into this string wherever `${version}` and `${distribution}` appear respectively." +
"will be interpolated into this string wherever `${version}` and `${distribution}` appear respectively. " +
"Defaults to https://services.gradle.org/distributions/gradle-${version}-${distribution}.zip.",
required = false)
@Nullable
Expand Down

0 comments on commit 73313f6

Please sign in to comment.