cbeust / jcommander

Command line parsing framework for Java
Apache License 2.0
1.95k stars 332 forks source link

Add OSGi entries in MANIFEST.MF during jar creation #503

Closed adessaigne closed 2 years ago

adessaigne commented 3 years ago

Hello 👋

Here is a fix the issue #502

I'm no Gradle expert, I tried this and it generates the proper OSGi entries. Maybe there's a better way but at least it's a starting point.

Thanks!

adessaigne commented 3 years ago

Hello 👋

Do you see a better way to do it? I'll gladly update my pull-request to something better. Thanks!

adessaigne commented 3 years ago

Hello @cbeust I'm sorry to tag you, can you tell me what can I do to help resolving this issue? Thank you 🙇

adessaigne commented 2 years ago

Hello @cbeust Can you have a look at this PR and tell me what I've not done properly if it's the case? I really need OSGi metadata in the manifest.mf file. Thank you.

adessaigne commented 2 years ago

Thank you for merging it 👍