Skip to content

Instantly share code, notes, and snippets.

@cortinico
Created October 30, 2019 09:37
Show Gist options
  • Save cortinico/5d0f5fdc567d636775db66d2ac06bb03 to your computer and use it in GitHub Desktop.
Save cortinico/5d0f5fdc567d636775db66d2ac06bb03 to your computer and use it in GitHub Desktop.
swagger-gradle-codegen Gradle Configuration Block
plugins {
id("com.yelp.codegen.plugin") version "<latest_version>"
}
generateSwagger {
platform = "kotlin"
packageName = "com.yelp.codegen.samples"
inputFile = file("./sample_specs.json")
outputDir = file("./src/main/java/")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment