io.cloudflight.autoconfigure.swagger-codegen-configure
Owner: Cloudflight
Configure Swagger Code Generation
https://github.com/cloudflightio/autoconfigure-gradle-plugin
Sources: https://github.com/cloudflightio/autoconfigure-gradle-plugin.git
Add this plugin to your build using the plugins DSL:
plugins {
id("io.cloudflight.autoconfigure.swagger-codegen-configure") version "1.0.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.cloudflight.gradle:autoconfigure:1.0.0") } } apply(plugin = "io.cloudflight.autoconfigure.swagger-codegen-configure")
- Applying plugins to all subprojects .