Skip to content

Commit

Permalink
Merge pull request #387 from quaff
Browse files Browse the repository at this point in the history
* gh-387:
  Remove stray backtick

Closes gh-387
  • Loading branch information
wilkinsona committed Jun 13, 2024
2 parents 90d9e1a + 4d44a45 commit 68f86ea
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 68f86ea

Please sign in to comment.