Skip to content

Commit

Permalink
Add displayname (#4539)
Browse files Browse the repository at this point in the history
  • Loading branch information
pstreef authored Oct 1, 2024
1 parent 2ef5246 commit d7df693
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ public String getDescription() {
final Boolean addIfMissing;

@Getter
@Option(example = "https://services.gradle.org/distributions/gradle-${version}-${distribution}.zip", displayName = "Wrapper URI",
@Option(example = "https://services.gradle.org/distributions/gradle-${version}-${distribution}.zip",
displayName = "Wrapper URI",
description = "The URI of the Gradle wrapper distribution. " +
"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` " +
Expand All @@ -109,6 +110,7 @@ public String getDescription() {

@Getter
@Option(example = "29e49b10984e585d8118b7d0bc452f944e386458df27371b49b4ac1dec4b7fda",
displayName = "SHA-256 checksum",
description = "The SHA-256 checksum of the Gradle distribution. " +
"If specified, the recipe will add the checksum along with the custom distribution URL.",
required = false)
Expand Down

0 comments on commit d7df693

Please sign in to comment.