File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Gradle Groovy DSL
26
26
``` groovy
27
27
plugins {
28
28
id "org.springframework.boot" version "2.7.0"
29
- id "org.springdoc.openapi-gradle-plugin" version "1.7 .0"
29
+ id "org.springdoc.openapi-gradle-plugin" version "1.8 .0"
30
30
}
31
31
```
32
32
@@ -35,7 +35,7 @@ Gradle Kotlin DSL
35
35
``` groovy
36
36
plugins {
37
37
id("org.springframework.boot") version "2.7.0"
38
- id("org.springdoc.openapi-gradle-plugin") version "1.7 .0"
38
+ id("org.springdoc.openapi-gradle-plugin") version "1.8 .0"
39
39
}
40
40
```
41
41
@@ -158,7 +158,7 @@ OpenAPI doc.
158
158
in ` build.gradle.kts `
159
159
160
160
```
161
- id("org.springdoc.openapi-gradle-plugin") version "1.7 .0"
161
+ id("org.springdoc.openapi-gradle-plugin") version "1.8 .0"
162
162
```
163
163
164
164
3. Add the following to the spring boot apps `settings.gradle`
You can’t perform that action at this time.
0 commit comments