Commit 0cdb1b3b authored by Madhura Bhave's avatar Madhura Bhave

Merge pull request #23562 from ketaki-t

* pr/23562:
  Remove documentation for unsupported gradle versions

Closes gh-23562
parents 323af718 66aa24b5
......@@ -737,16 +737,7 @@ If you have defined `@ConfigurationProperties` in your application, make sure to
</project>
----
With Gradle 4.5 and earlier, the dependency should be declared in the `compileOnly` configuration, as shown in the following example:
[source,groovy,indent=0,subs="verbatim,quotes,attributes"]
----
dependencies {
compileOnly "org.springframework.boot:spring-boot-configuration-processor"
}
----
With Gradle 4.6 and later, the dependency should be declared in the `annotationProcessor` configuration, as shown in the following example:
With Gradle, the dependency should be declared in the `annotationProcessor` configuration, as shown in the following example:
[source,groovy,indent=0,subs="verbatim,quotes,attributes"]
----
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment