From 43ea25e413322791ae4a629d9b14fbd0389ab194 Mon Sep 17 00:00:00 2001 From: Vedran Pavic Date: Mon, 4 Feb 2019 07:39:25 +0100 Subject: [PATCH] Improve spring-context-indexer documentation See gh-22339 --- src/docs/asciidoc/core/core-beans.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/core/core-beans.adoc b/src/docs/asciidoc/core/core-beans.adoc index 4d3495ceabc..cbc70f32fb6 100644 --- a/src/docs/asciidoc/core/core-beans.adoc +++ b/src/docs/asciidoc/core/core-beans.adoc @@ -6302,7 +6302,7 @@ The following example shows how to do so with Gradle: [subs="verbatim,quotes,attributes"] ---- dependencies { - compileOnly("org.springframework:spring-context-indexer:{spring-version}") + annotationProcessor("org.springframework:spring-context-indexer:{spring-version}") } ---- ====