We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7eea78 commit 6285054Copy full SHA for 6285054
README.md
@@ -33,7 +33,7 @@ Gradle Groovy DSL
33
plugins {
34
id("org.springframework.boot") version "2.2.4.RELEASE"
35
id "com.github.johnrengelman.processes" version "0.5.0"
36
- id("org.springdoc.openapi-gradle-plugin") version "1.0.0"
+ id("org.springdoc.openapi-gradle-plugin") version "1.2.0"
37
}
38
```
39
@@ -42,7 +42,7 @@ Gradle Kotlin DSL
42
43
44
id("com.github.johnrengelman.processes") version "0.5.0"
45
46
47
48
0 commit comments