ultimate-comparisons / ultimate-comparison-framework

The base of all ultimate-comparisons. Follow the README and create your own ultimate comparison.
http://ultimate-comparisons.github.io/ultimate-comparison-framework/
MIT License
16 stars 7 forks source link

Enable shadowJar #153

Closed koppor closed 6 years ago

koppor commented 6 years ago

This enables ./gradlew shadowJar, which generates build/libs/md-to-json-all.jar. This jar can be executed using java -jar.

In case another filename should be used or the file should be set executable, JabRef's build script can be used as inspiration: https://github.com/JabRef/jabref/blob/master/build.gradle#L477

This also updates gradle from 3.0 4.6 and uses the default paths of the gradle wrapper.