Skip to content
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

Add a hint how to create a minified, runnable version of the example #48

Open
julicjung opened this issue Jun 30, 2019 · 0 comments
Open

Comments

@julicjung
Copy link

julicjung commented Jun 30, 2019

Briefly explain as part of the guide how build.gradle needs to be configured to produce a runnable jar file. I feel a runnable jar file is something many people might be looking for in a getting started guide, e.g. if they come from a SpringBoot background.

I found out how to do it by searching around the documentation and piecing things together after looking at the server CLI. It might be beneficial to explain how it is done by including a hint for where and how this is configured.
liberty { server { [omitted] packageLiberty { archive = "$buildDir/${appName}.jar" include = "minify,runnable" } } }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants