-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(Release): Enable command-line releases #108
Conversation
After adding minification, I'm getting this warning at the end of execution (although it seems like everything works):
Seems to be related to this issue: I've tried bumping to the latest Jackson version UPDATE Fixed in 506e03f |
@Fabrice-V Ok, this should be ready for your review! Please try to run on your machine to make sure this works cross-platform (I've tested on Windows 10). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All good here as well, LGTM!
Summary:
Work-in-progress - please do not mergeThis pull request adds the ability to do command-line releases using the shadow Gradle plugin.
Usage:
...which will output a file to
\cli-app\build\libs
such asgtfs-validator-v1.1.0-SNAPSHOT.jar
.This file can then be run from the command-line with the normal Java conventions:
See the updated
RELEASE.md
file for more details.TODO:
./
-all
? YesCloses #66, Closes #52