Skip to content

Commit 0f1bfe1

Browse files
committed
Removed documentation for unsupported gradle versions
1 parent 323af71 commit 0f1bfe1

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -737,15 +737,6 @@ 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-
749740
With Gradle 4.6 and later, 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"]

0 commit comments

Comments
 (0)