Skip to content

Commit fb8e38e

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

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

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

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -737,24 +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-
749-
With Gradle 4.6 and later, the dependency should be declared in the `annotationProcessor` configuration, as shown in the following example:
750-
751-
[source,groovy,indent=0,subs="verbatim,quotes,attributes"]
752-
----
753-
dependencies {
754-
annotationProcessor "org.springframework.boot:spring-boot-configuration-processor"
755-
}
756-
----
757-
758740
If you are using an `additional-spring-configuration-metadata.json` file, the `compileJava` task should be configured to depend on the `processResources` task, as shown in the following example:
759741

760742
[source,groovy,indent=0,subs="verbatim,quotes,attributes"]

0 commit comments

Comments
 (0)