angular / clutz

Closure to TypeScript `.d.ts` generator
MIT License
162 stars 60 forks source link

The :assemble task builds an executable jar #917

Closed DominicKramer closed 5 years ago

DominicKramer commented 5 years ago

Now when ./gradlew assemble is run, the jar built contains all of its dependencies and so it can be run directly.

Run java -jar build/libs/clutz-1.0.jar clutz ... to run clutz and java -jar build/libs/clutz-1.0.jar gents ... to run gents.

rkirov commented 5 years ago

Is this still relevant give that we are moving to g3 first development?