ceilfors / gq

Quick and dirty debugging output for Groovy tired programmers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Publish uber jar

ceilfors opened this issue · comments

As a user, I would like to be able to use gq where I don't have the a proper dependency management so that I can still debug my program when I'm tired and sleepy.

There are environments where developers can't use even @Grab, and the ease of enabling gq just by dropping a jar will be handy. This can be achieved by publishing an uberjar.

https://github.com/johnrengelman/shadow looks promising:

  • The feature of service files merging looks good!
  • Exclude groovy dependency in the final jar as a provided scope replacement. Provided scope (custom scope) is currently not supported well by IntelliJ.