Skip to content

Commit

Permalink
Fix documentation discrepancy (#4202)
Browse files Browse the repository at this point in the history
Change overwrite example to 'true'
  • Loading branch information
ryanwalker authored May 22, 2024
1 parent 38536a9 commit 8779514
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class AddProperty extends ScanningRecipe<AddProperty.NeedsProperty> {

@Option(displayName = "Overwrite if exists",
description = "If a property with the same key exists, overwrite.",
example = "Enable the Gradle build cache")
example = "true")
@Nullable
Boolean overwrite;

Expand Down

0 comments on commit 8779514

Please sign in to comment.