From 79e2599a0af8d647bfad17091ea2160f4803ad80 Mon Sep 17 00:00:00 2001 From: Joachim Beckers Date: Fri, 27 Jun 2025 21:03:44 +0200 Subject: [PATCH] Remove spurious indent for 'Inline mode' The "Inline mode" paragraph starts with a space, which is an asciidoc construct: https://docs.asciidoctor.org/asciidoc/latest/verbatim/literal-blocks/ Remove the spurious space --- asciidoc/use/resolve.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asciidoc/use/resolve.adoc b/asciidoc/use/resolve.adoc index fba22fd0..b022fe78 100644 --- a/asciidoc/use/resolve.adoc +++ b/asciidoc/use/resolve.adoc @@ -78,7 +78,7 @@ This table gives some statistics about the dependency resolution. Each line corr [*__since 1.4__*] - The inline mode allows to call a resolve without an Ivy file, by setting directly the module which should be resolved from the repository. It is particularly useful to install released software, like an Ant task for example. When `inline` is set to `true`, the organisation module and revision attributes are used to specify which module should be resolved from the repository. +The inline mode allows to call a resolve without an Ivy file, by setting directly the module which should be resolved from the repository. It is particularly useful to install released software, like an Ant task for example. When `inline` is set to `true`, the organisation module and revision attributes are used to specify which module should be resolved from the repository. *Remark:* if you want the standard Ivy properties to be set or to reuse the results of an inline resolve by other post-resolve tasks like `retrieve`, `cachepath`, `report`..., you must set the keep attribute to `true`!