pegasystems / api2swagger

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

Add shadowJar artifact to gradle build #5

Open cdancy opened 6 years ago

cdancy commented 6 years ago

Wire up an uber/all/shadow jar for end-user consumption.

https://github.com/johnrengelman/shadow

saikiran939 commented 6 years ago

Nice I will work, will seek your help on this.

On Nov 14, 2017 8:14 PM, "Christopher Dancy" notifications@github.com wrote:

Assigned #5 https://github.com/pegasystems/api2swagger/issues/5 to @saikiran939 https://github.com/saikiran939.

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/pegasystems/api2swagger/issues/5#event-1341000016, or mute the thread https://github.com/notifications/unsubscribe-auth/AA5mh__ltPxZDd4qdJoX0f5Fp-vXUnjZks5s2adQgaJpZM4QdciN .

cdancy commented 6 years ago

@saikiran939 I can throw it together as I've done this a thousand times already.

saikiran939 commented 6 years ago

@cdancy OK. Please go ahead.

cdancy commented 6 years ago

Opened https://github.com/pegasystems/api2swagger/issues/6 to track restructuring this project into the example provided by the gradle-multi-project-example. It's for this reason I didn't move forward on this ISSUE as that design has everything baked in (including shadow/all/uber jars).