We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd8116f commit bce7a50Copy full SHA for bce7a50
1 file changed
src/main/groovy/com/github/hauner/openapi/gradle/OpenApiProcessorExtension.groovy
@@ -167,9 +167,9 @@ class OpenApiProcessorExtension {
167
* @param processor configuration closure
168
* @return the created wrapper closure
169
*/
170
- private static Closure wrapWithProjectDelegate (Closure processr) {
+ private static Closure wrapWithProjectDelegate (Closure processor) {
171
return {
172
- processr.run ()
+ processor.run ()
173
}
174
175
0 commit comments