Skip to content

Instantly share code, notes, and snippets.

@viggin543
Created April 25, 2020 18:59
Show Gist options
  • Save viggin543/8d5ee6919c80922ac91064a04d37c359 to your computer and use it in GitHub Desktop.
Save viggin543/8d5ee6919c80922ac91064a04d37c359 to your computer and use it in GitHub Desktop.
// build.gradle
resolve {
outputFileName = 'swagger'
outputFormat = 'JSON' // or YAML
prettyPrint = 'TRUE'
classpath = sourceSets.main.runtimeClasspath
resourcePackages = ['com.banana'] // packages with service definitions
outputDir = file('open-api')
readAllResources = true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment