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.
1515
1616Dependencies
1717------------
18- This plugin has a runtime dependency on the the following plugins:
18+ This plugin has a runtime dependency on the following plugins:
1919
20201 . 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 `
2422
2523Note: You will also need the springdoc-core jar file to be present in your Spring Boot application.
2624
@@ -32,7 +30,6 @@ Gradle Groovy DSL
3230``` groovy
3331plugins {
3432 id "org.springframework.boot" version "2.3.0.RELEASE"
35- id "com.github.johnrengelman.processes" version "0.5.0"
3633 id "org.springdoc.openapi-gradle-plugin" version "1.3.3"
3734}
3835```
@@ -41,7 +38,6 @@ Gradle Kotlin DSL
4138``` groovy
4239plugins {
4340 id("org.springframework.boot") version "2.3.0.RELEASE"
44- id("com.github.johnrengelman.processes") version "0.5.0"
4541 id("org.springdoc.openapi-gradle-plugin") version "1.3.3"
4642}
4743```
You can’t perform that action at this time.
0 commit comments