We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d73400 commit 6c443c5Copy full SHA for 6c443c5
README.md
@@ -31,9 +31,9 @@ Gradle Groovy DSL
31
32
```groovy
33
plugins {
34
- id("org.springframework.boot") version "2.2.4.RELEASE"
+ id "org.springframework.boot" version "2.2.4.RELEASE"
35
id "com.github.johnrengelman.processes" version "0.5.0"
36
- id("org.springdoc.openapi-gradle-plugin") version "1.2.0"
+ id "org.springdoc.openapi-gradle-plugin" version "1.2.0"
37
}
38
```
39
0 commit comments