Last active
December 5, 2016 01:25
-
-
Save arthurfnsc/ba73d6e788f8f7e624db7f9af573430d to your computer and use it in GitHub Desktop.
Swagger & Gradle config
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
{ | |
"dateLibrary": "java8", | |
"hideGenerationTimestamp": true, | |
"modelPackage": "br.com.medium.arthurfnsc.petstore.swagger.model", | |
"apiPackage": "br.com.medium.arthurfnsc.petstore.swagger.api", | |
"invokerPackage": "br.com.medium.arthurfnsc.petstore.swagger" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment