We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0107e4 commit 26aec73Copy full SHA for 26aec73
2 files changed
README.md
@@ -71,7 +71,7 @@ Spring Boot and Spring REST Docs 3.0.0 introduced [breaking chances to how reque
71
72
| Spring Boot version | restdocs-api-spec version |
73
|---------------------|---------------------------|
74
-| 4.x | 0.XX.X or later |
+| 4.x | 0.20.X or later |
75
| 3.x | 0.17.1 to 0.19.4 |
76
| 2.x | 0.16.4 |
77
restdocs-api-spec/build.gradle.kts
@@ -86,10 +86,6 @@ java {
86
withSourcesJar()
87
}
88
89
-kotlinter {
90
- ignoreLintFailures = true
91
-}
92
-
93
tasks.withType<BootJar> {
94
enabled = false
95
0 commit comments