Skip to content

Commit ecf67d4

Browse files
committed
remove/replace com.github.johnrengelman.processes plugin references
1 parent 85a8f90 commit ecf67d4

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,10 @@ The plugin is built on Gradle version 6.4.1.
1515

1616
Dependencies
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

2020
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`
2422

2523
Note: 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
3331
plugins {
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
4239
plugins {
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
```

0 commit comments

Comments
 (0)