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

Allow manual specification of main dist jar #107

Open
rnett opened this issue Oct 31, 2021 · 1 comment
Open

Allow manual specification of main dist jar #107

rnett opened this issue Oct 31, 2021 · 1 comment

Comments

@rnett
Copy link

rnett commented Oct 31, 2021

Currently the main distribution jar used to look up module uses is hard coded in Util.getMainDistJarFile. I would like to be able to specify this, in particular to point to a proguarded jar.

This also leads to issues when using shadow, since the task will expect a *-all.jar without declaring a dependency on shadowJar to build it.

@satsen
Copy link

satsen commented Jan 9, 2022

This is very important to have. There is a mainJar property in the jpackage block, but not in the runtime one.

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

2 participants