io.cloudflight.autoconfigure.swagger-api-configure
Owner: Cloudflight
Configure Swagger Generation
https://github.com/cloudflightio/autoconfigure-gradle-plugin
Sources: https://github.com/cloudflightio/autoconfigure-gradle-plugin.git
Version 0.8.3-rc.0.0+20221103T145630Z
0.8.3-rc.0.0+20221103T145630Z
Created 03 November 2022.
Configure Swagger API Generation
Add this plugin to your build using the plugins DSL:
plugins {
id("io.cloudflight.autoconfigure.swagger-api-configure") version "0.8.3-rc.0.0+20221103T145630Z"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.cloudflight.gradle:autoconfigure:0.8.3-rc.0.0+20221103T145630Z") } } apply(plugin = "io.cloudflight.autoconfigure.swagger-api-configure")
- Applying plugins to all subprojects .