Created
April 25, 2020 18:59
-
-
Save viggin543/8d5ee6919c80922ac91064a04d37c359 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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