Skip to content

Instantly share code, notes, and snippets.

@raulcd
Created August 26, 2015 09:22
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raulcd/ca5645963359aff52335 to your computer and use it in GitHub Desktop.
Save raulcd/ca5645963359aff52335 to your computer and use it in GitHub Desktop.
# Use the sample project on the next URL
https://github.com/Swagger2Markup/spring-swagger2markup-demo
# Build it
$ gradle clean build
# Modify the swagger.json under the folder:
>> build/swagger/swagger.json
# With your swagger.json
# Remove the pdf generated folder
>> spring-swagger2markup-demo/build/asciidoc/pdf
# If that doesn't work remove the asciidoc folder also
# Build again. DO NOT CLEAN:
$ gradle build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment