You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When defining attributes in the shadowJar.manifest closure they get written to the jar produced by the normal jar task, even if the shadowJar task is not run or even excluded.
When executing both jar tasks, the shadowJar artifact manifest is empty (besides the version), regardless of the manifest settings in both tasks.
appendManifest appends attributes also to the normal jar manifest, but produces the correct output in the shadowJar manifest.
The text was updated successfully, but these errors were encountered:
When defining attributes in the shadowJar.manifest closure they get written to the jar produced by the normal jar task, even if the shadowJar task is not run or even excluded.
When executing both jar tasks, the shadowJar artifact manifest is empty (besides the version), regardless of the manifest settings in both tasks.
appendManifest appends attributes also to the normal jar manifest, but produces the correct output in the shadowJar manifest.
The text was updated successfully, but these errors were encountered: