Closed koppor closed 6 years ago
This enables ./gradlew shadowJar, which generates build/libs/md-to-json-all.jar. This jar can be executed using java -jar.
./gradlew shadowJar
build/libs/md-to-json-all.jar
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.
This enables
./gradlew shadowJar
, which generatesbuild/libs/md-to-json-all.jar
. This jar can be executed usingjava -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.