File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ application from a Gradle build.
9
9
Compatibility Notes
10
10
-------------------
11
11
12
- The plugin is built on Gradle version 7.0 .
12
+ The plugin is built on Gradle version 8.2.1 .
13
13
14
14
Dependencies
15
15
------------
@@ -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.8 .0"
29
+ id "org.springdoc.openapi-gradle-plugin" version "1.9 .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.8 .0"
38
+ id("org.springdoc.openapi-gradle-plugin") version "1.9 .0"
39
39
}
40
40
```
41
41
@@ -178,7 +178,7 @@ OpenAPI doc.
178
178
in ` build.gradle.kts `
179
179
180
180
```
181
- id("org.springdoc.openapi-gradle-plugin") version "1.8 .0"
181
+ id("org.springdoc.openapi-gradle-plugin") version "1.9 .0"
182
182
```
183
183
184
184
3. Add the following to the spring boot apps `settings.gradle`
You can’t perform that action at this time.
0 commit comments