Skip to content

Commit

Permalink
docs: Fix some detection vs. resolution mixups
Browse files Browse the repository at this point in the history
  • Loading branch information
sschuberth authored Aug 27, 2024
1 parent fa466b4 commit 4c9a84f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/docs/asciidoc/parts/detection.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Add this to the build file of your convention plugin's build (e.g. `build-logic/
[source,groovy]
----
dependencies {
implementation("org.gradlex:jvm-dependency-conflict-resolution:2.1.2")
implementation("org.gradlex:jvm-dependency-conflict-detection:2.1.2")
}
----

Expand Down Expand Up @@ -48,7 +48,7 @@ image::build-scan.png[link=https://scans.gradle.com/s/2pcbycndpf54c/dependencies
[[conflict]]
== I use the plugin and now there is a conflict - what now?

TIP: You can apply the <<resolution-plugin,jvm-dependency-conflict-detection>> plugin to get some automatic conflict resolution.
TIP: You can apply the <<resolution-plugin,jvm-dependency-conflict-resolution>> plugin to get some automatic conflict resolution.

If you get an error like this:

Expand Down

0 comments on commit 4c9a84f

Please sign in to comment.