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

Is it possible to make one fat jar including all dependencies? #194

Open
bbgglee opened this issue Oct 3, 2020 · 0 comments
Open

Is it possible to make one fat jar including all dependencies? #194

bbgglee opened this issue Oct 3, 2020 · 0 comments

Comments

@bbgglee
Copy link

bbgglee commented Oct 3, 2020

Ex)

After execute task:copyAppDependencies by fxlauncher-gradle-plugin
I want to one fat jar(executable jar) including all dependencies. Is it possible? (or other solution)

AS-IS

<Application ts="1601743866179" uri="https://myuri" launch="me.test.MainApp">
<lib file="kotlin-stdlib-jdk8.jar" checksum="1946501329" size="15479"/>
<lib file="kotlin-stdlib-common.jar" checksum="28068597" size="179598"/>
<lib file="kotlin-stdlib.jar" checksum="1959459436" size="1379873"/>
<lib file="test-0.0.1-SNAPSHOT.jar" checksum="3847133054" size="14072936"/>
<updateText>update</updateText>
<updateLabelStyle>-fx-font-weight: bold;</updateLabelStyle>
<progressBarStyle>-fx-pref-width: 200;</progressBarStyle>
<wrapperStyle>-fx-spacing: 10; -fx-padding: 25;</wrapperStyle>
<acceptDowngrade>false</acceptDowngrade>
<stopOnUpdateErrors>false</stopOnUpdateErrors>
<lingeringUpdateScreen>false</lingeringUpdateScreen>
</Application>

TO-BE

<Application ts="1601743866179" uri="https://myuri" launch="me.test.MainApp">
<lib file="test-0.0.1-SNAPSHOT.jar" checksum="3847133054" size="expecting to size up"/>
<updateText>update</updateText>
<updateLabelStyle>-fx-font-weight: bold;</updateLabelStyle>
<progressBarStyle>-fx-pref-width: 200;</progressBarStyle>
<wrapperStyle>-fx-spacing: 10; -fx-padding: 25;</wrapperStyle>
<acceptDowngrade>false</acceptDowngrade>
<stopOnUpdateErrors>false</stopOnUpdateErrors>
<lingeringUpdateScreen>false</lingeringUpdateScreen>
</Application>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant