We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9fe888d + 9d91239 commit aab592dCopy full SHA for aab592d
README.md
@@ -6,8 +6,6 @@
6
Gradle plugin for springdoc-openapi.
7
8
This plugin allows you to generate an OpenAPI 3 specification for a Spring Boot application from a Gradle build.
9
-The plugin does this with help of springdoc-openapi-core.
10
-
11
Compatibility Notes
12
-------------------
13
@@ -20,7 +18,6 @@ This plugin has a runtime dependency on the following plugins:
20
18
1. Spring Boot Gradle plugin - `org.springframework.boot`
21
19
2. Gradle process plugin - `com.github.psxpaul.execfork`
22
23
-Note: You will also need the springdoc-core jar file to be present in your Spring Boot application.
24
25
How To Use
26
----------
0 commit comments