io.openapiprocessor.openapi-processor
Owner: Martin Hauner
plugin to run openapi-processor-*, e.g. openapi-processor-spring (requires gradle 5.5+)
https://github.com/openapi-processor/openapi-processor-gradle
Sources: https://github.com/openapi-processor/openapi-processor-gradle
Version 2022.2
2022.2
Created 26 May 2022.
plugin to run openapi-processor-*, e.g. openapi-processor-spring (requires gradle 7.0+, with gradle 5.5+ use 2021.3)
Add this plugin to your build using the plugins DSL:
plugins {
id("io.openapiprocessor.openapi-processor") version "2022.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.openapiprocessor:openapi-processor-gradle:2022.2") } } apply(plugin = "io.openapiprocessor.openapi-processor")
- Applying plugins to all subprojects .