pegasystems / api2swagger

Auto generation of Swagger JSON by invoking REST API
Apache License 2.0
13 stars 4 forks source link

ISSUE-2: convert project to gradle based build from maven. #4

Closed cdancy closed 6 years ago

cdancy commented 6 years ago

Converts this project into a gradle based build. Nothing flashy going on here just a stupid-simple gradle build which also allows for publishing to maven should we ever want to wire that up (personally I prefer to use Bintray/jcenter as it's loads easier to use and wire up and is a proxy to maven-central so you kind of get the best of both worlds).

Closes #2

saikiran939 commented 6 years ago

@cdancy does gradle script generate api2swagger jar with all the dependencies ? I had put in a plugin in maven to generate jar with all the dependencies because usually consumers of this jar would like to execute from command bat which would need all the dependencies to be present in classpath.

if all the dependencies are not present in the output jar can you please include that too ?

cdancy commented 6 years ago

@saikiran939 by default no. But I can certainly wire up a fat/uber/shadow (they have a thousand different names nowadays) jar for folks to consume.