Skip to content

Commit 121ba2b

Browse files
committed
Merge branch '2.2.x' into 2.3.x
Closes gh-23567
2 parents 914dcca + 0cdb1b3 commit 121ba2b

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/appendix-configuration-metadata.adoc

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -737,16 +737,7 @@ If you have defined `@ConfigurationProperties` in your application, make sure to
737737
</project>
738738
----
739739

740-
With Gradle 4.5 and earlier, the dependency should be declared in the `compileOnly` configuration, as shown in the following example:
741-
742-
[source,groovy,indent=0,subs="verbatim,quotes,attributes"]
743-
----
744-
dependencies {
745-
compileOnly "org.springframework.boot:spring-boot-configuration-processor"
746-
}
747-
----
748-
749-
With Gradle 4.6 and later, the dependency should be declared in the `annotationProcessor` configuration, as shown in the following example:
740+
With Gradle, the dependency should be declared in the `annotationProcessor` configuration, as shown in the following example:
750741

751742
[source,groovy,indent=0,subs="verbatim,quotes,attributes"]
752743
----

0 commit comments

Comments
 (0)