Skip to content

Commit

Permalink
Remove stray backtick
Browse files Browse the repository at this point in the history
See gh-387
  • Loading branch information
quaff authored and wilkinsona committed Jun 13, 2024
1 parent 90d9e1a commit 4d44a45
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 @@ -1004,7 +1004,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 4d44a45

Please sign in to comment.