Search Gradle plugins

Version 2.0.5-SNAPSHOT (latest)

2.0.5-SNAPSHOT

Created 19 September 2018.

Gradle Plugin for Swagger core

Add this plugin to your build using the plugins DSL:

plugins {
  id("io.ft.swagger.core.v3.swagger-gradle-plugin") version "2.0.5-SNAPSHOT"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("io.ft.swagger.core.v3:swagger-gradle-plugin:2.0.5-SNAPSHOT")
      }
    }
    
    apply(plugin = "io.ft.swagger.core.v3.swagger-gradle-plugin")
  • Applying plugins to all subprojects .