Skip to content

Commit

Permalink
Fix formatting error in reference documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Aug 10, 2022
1 parent 9117d2e commit ecbea90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/asciidoc/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,7 @@ def managedVersions = dependencyManagement.managedVersions
val managedVersions = dependencyManagement.managedVersions
----

Managed versions from configuration-specific dependency management are available from `dependencyManagement.<configuration>.managedVersions`, as shown in the following example for the `implementation `configuratation`:
Managed versions from configuration-specific dependency management are available from `dependencyManagement.<configuration>.managedVersions`, as shown in the following example for the `implementation` configuratation`:

[source,groovy,indent=0,subs="verbatim,attributes",role="primary"]
.Groovy
Expand Down

0 comments on commit ecbea90

Please sign in to comment.