-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Manifest only populated for shadowJar #15
Comments
May I ask what you are doing with the MANIFEST in the unshaded version? |
I need the Main-Class attribute present to run it without hard coding the main class name. The ART version used is included in mache metadata, we'd prefer not to use the fat jar to allow upgrading the ASM version independently in the future. |
How exactly are you planning to use it in that form?
|
You can have a JavaExec with multiple classpath elements, you just need to specify the main class as with |
The non-shaded jar does not contain any information in the manifest, as it's only added to shadowJar:
AutoRenamingTool/build.gradle
Line 90 in d363160
This is inconvenient when consuming the non-shaded variant of ART.
The text was updated successfully, but these errors were encountered: