From 4c9a84f9f463825626b1b4f146480f5a9eef4399 Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Tue, 27 Aug 2024 12:13:08 +0200 Subject: [PATCH] docs: Fix some detection vs. resolution mixups --- src/docs/asciidoc/parts/detection.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docs/asciidoc/parts/detection.adoc b/src/docs/asciidoc/parts/detection.adoc index 66823c6..cf351bd 100644 --- a/src/docs/asciidoc/parts/detection.adoc +++ b/src/docs/asciidoc/parts/detection.adoc @@ -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") } ---- @@ -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 <> plugin to get some automatic conflict resolution. +TIP: You can apply the <> plugin to get some automatic conflict resolution. If you get an error like this: