-
Notifications
You must be signed in to change notification settings - Fork 1
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
As a developer, I'd like to have a gradle task to build the jar #101
As a developer, I'd like to have a gradle task to build the jar #101
Conversation
`gradle bootJar` to create the jar file `gradle runLocal` to run a local copy without creating the jar file
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.
Thanks!
Can you also document that, please? |
With this change, creating the jar file only requires one to issue: For development purposes one would need 2 active command prompts: bulk of these changes focus on converting |
Please merge, thanks. |
Was testing and it's still failing for me on mac. |
Tried locally on mac and it works. |
Great work. I think it's ready to merge. |
@kghmanuel , would you like to merge it or should I? |
gradle bootJar
to create the jar filegradle runLocal
to run a local copy without creating the jar file