org.detoeuf.swagger-code-gen
Owner: Jean Detoeuf
Swagger code generator
Sources: https://github.com/thebignet/swagger-codegen-gradle-plugin
Add this plugin to your build using the plugins DSL:
plugins {
id("org.detoeuf.swagger-code-gen") version "1.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.org.detoeuf:swagger-codegen-plugin:1.1") } } apply(plugin = "org.detoeuf.swagger-code-gen")
- Applying plugins to all subprojects .