Add --version
commandline flag and support executable jar files with Gradle #12
No reviewers
Labels
No labels
blocked
bug
duplicate
enhancement
help wanted
invalid
meta
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: jotoho/waituntil#12
Loading…
Reference in a new issue
No description provided.
Delete branch "version-and-fat-jars"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 taskshadowJar
provided by a new third-party gradle plugin.Other small tweaks have been made at the IDE's recommendation
I also filtered .zst files from git so release builds don't get accidentally pushed into the repo.