Skip to content

Commit 6c443c5

Browse files
authored
Update README.md
1 parent 2d73400 commit 6c443c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ Gradle Groovy DSL
3131

3232
```groovy
3333
plugins {
34-
id("org.springframework.boot") version "2.2.4.RELEASE"
34+
id "org.springframework.boot" version "2.2.4.RELEASE"
3535
id "com.github.johnrengelman.processes" version "0.5.0"
36-
id("org.springdoc.openapi-gradle-plugin") version "1.2.0"
36+
id "org.springdoc.openapi-gradle-plugin" version "1.2.0"
3737
}
3838
```
3939

0 commit comments

Comments
 (0)