Skip to content

Commit

Permalink
Fixes reference link to Result class on docs (#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
ubiratansoares committed Aug 31, 2022
1 parent ef2ccf6 commit 682a0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -624,7 +624,7 @@ Alternatively, the report may be outputed to a structured file.
<details>
<summary>Custom report</summary>

If you need to create a report in a custom format, you can set the `dependencyUpdates` tasks's `outputFormatter` property to a Closure. The closure will be called with a single argument that is an instance of [com.github.benmanes.gradle.versions.reporter.result.Result](src/main/groovy/com/github/benmanes/gradle/versions/reporter/result/Result.groovy).
If you need to create a report in a custom format, you can set the `dependencyUpdates` tasks's `outputFormatter` property to a Closure. The closure will be called with a single argument that is an instance of [com.github.benmanes.gradle.versions.reporter.result.Result](gradle-versions-plugin/src/main/kotlin/com/github/benmanes/gradle/versions/reporter/result/Result.kt).

For example, if you wanted to create an html table for the upgradable dependencies, you could use:

Expand Down

0 comments on commit 682a0ac

Please sign in to comment.