Add --version commandline flag and support executable jar files with Gradle #12

Merged
jotoho merged 4 commits from version-and-fat-jars into master 2021-09-19 22:18:15 +02:00
Owner

Adds support for the --version command line flag (shorthand -h) by reading version information from Jar file. Also adds the necessary metadata to the JAR files and adds support for executable fat jars using the task shadowJar provided by a new third-party gradle plugin.

Other small tweaks have been made at the IDE's recommendation

Adds support for the `--version` command line flag (shorthand `-h`) by reading version information from Jar file. Also adds the necessary metadata to the JAR files and adds support for executable fat jars using the task `shadowJar` provided by a new third-party gradle plugin. Other small tweaks have been made at the IDE's recommendation
jotoho added 4 commits 2021-09-19 22:17:17 +02:00
Author
Owner

I also filtered .zst files from git so release builds don't get accidentally pushed into the repo.

I also filtered .zst files from git so release builds don't get accidentally pushed into the repo.
jotoho merged commit e11d3ead97 into master 2021-09-19 22:18:15 +02:00
jotoho deleted branch version-and-fat-jars 2021-09-19 22:18:15 +02:00
Sign in to join this conversation.
No description provided.