File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,10 @@ The plugin is built on Gradle version 6.4.1.
15
15
16
16
Dependencies
17
17
------------
18
- This plugin has a runtime dependency on the the following plugins:
18
+ This plugin has a runtime dependency on the following plugins:
19
19
20
20
1 . Spring Boot Gradle plugin - ` org.springframework.boot `
21
- 2 . Gradle process plugin - ` com.github.johnrengelman.processes `
22
-
23
- Hence these plugins also needs to be added to your Gradle builds.
21
+ 2 . Gradle process plugin - ` com.github.psxpaul.execfork `
24
22
25
23
Note: You will also need the springdoc-core jar file to be present in your Spring Boot application.
26
24
@@ -32,7 +30,6 @@ Gradle Groovy DSL
32
30
``` groovy
33
31
plugins {
34
32
id "org.springframework.boot" version "2.3.0.RELEASE"
35
- id "com.github.johnrengelman.processes" version "0.5.0"
36
33
id "org.springdoc.openapi-gradle-plugin" version "1.3.3"
37
34
}
38
35
```
@@ -41,7 +38,6 @@ Gradle Kotlin DSL
41
38
``` groovy
42
39
plugins {
43
40
id("org.springframework.boot") version "2.3.0.RELEASE"
44
- id("com.github.johnrengelman.processes") version "0.5.0"
45
41
id("org.springdoc.openapi-gradle-plugin") version "1.3.3"
46
42
}
47
43
```
You can’t perform that action at this time.
0 commit comments