File tree 3 files changed +7
-6
lines changed
3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -130,6 +130,7 @@ Desktop.ini
130
130
* . * ~
131
131
* ~
132
132
.merge_file *
133
+ .java-version
133
134
134
135
# #####################
135
136
# Gradle Wrapper
Original file line number Diff line number Diff line change @@ -26,16 +26,16 @@ Gradle Groovy DSL
26
26
27
27
``` groovy
28
28
plugins {
29
- id "org.springframework.boot" version "2.3.0.RELEASE "
30
- id "org.springdoc.openapi-gradle-plugin" version "1.3.4 "
29
+ id "org.springframework.boot" version "2.7.0 "
30
+ id "org.springdoc.openapi-gradle-plugin" version "1.4.0 "
31
31
}
32
32
```
33
33
34
34
Gradle Kotlin DSL
35
35
``` groovy
36
36
plugins {
37
- id("org.springframework.boot") version "2.3.0.RELEASE "
38
- id("org.springdoc.openapi-gradle-plugin") version "1.3.4 "
37
+ id("org.springframework.boot") version "2.7.0 "
38
+ id("org.springdoc.openapi-gradle-plugin") version "1.4.0 "
39
39
}
40
40
```
41
41
@@ -133,7 +133,7 @@ The `groupedApiMappings` customization allows you to specify multiple URLs/file
133
133
2 . Update the version for the plugin to match the current version found in ` build.gradle.kts `
134
134
135
135
```
136
- id("org.springdoc.openapi-gradle-plugin") version "1.3.4 "
136
+ id("org.springdoc.openapi-gradle-plugin") version "1.4.0 "
137
137
```
138
138
139
139
3. Add the following to the spring boot apps `settings.gradle`
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
9
9
}
10
10
11
11
group = " org.springdoc"
12
- version = " 1.3.4 "
12
+ version = " 1.4.0 "
13
13
14
14
sonarqube {
15
15
properties {
You can’t perform that action at this time.
0 commit comments