File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ Gradle Groovy DSL
27
27
``` groovy
28
28
plugins {
29
29
id "org.springframework.boot" version "2.3.0.RELEASE"
30
- id "org.springdoc.openapi-gradle-plugin" version "1.3.3 "
30
+ id "org.springdoc.openapi-gradle-plugin" version "1.3.4 "
31
31
}
32
32
```
33
33
34
34
Gradle Kotlin DSL
35
35
``` groovy
36
36
plugins {
37
37
id("org.springframework.boot") version "2.3.0.RELEASE"
38
- id("org.springdoc.openapi-gradle-plugin") version "1.3.3 "
38
+ id("org.springdoc.openapi-gradle-plugin") version "1.3.4 "
39
39
}
40
40
```
41
41
@@ -124,7 +124,7 @@ The `groupedApiMappings` customization allows you to specify multiple URLs/file
124
124
2 . Update the version for the plugin to match the current version found in ` build.gradle.kts `
125
125
126
126
```
127
- id("org.springdoc.openapi-gradle-plugin") version "1.3.3 "
127
+ id("org.springdoc.openapi-gradle-plugin") version "1.3.4 "
128
128
```
129
129
130
130
3. Add the following to the spring boot apps `settings.gradle`
You can’t perform that action at this time.
0 commit comments