When I change the build.gradle script to add/edit/remove a instruction for the OSGi manifest, the generated .jar doesn't include the updated instructions.
This is a bit confusing, since the instructions are clearly there (in build.gradle) but the OSGi error messages suggests otherwise.
Doing a 'gradle clean' does update the manifest, suggesting that it's a refresh error.
The other 'osgi' plugin doesn't suffer from this issue, so this could cause quite a bit of confusion from people moving to this plugin.
When I change the build.gradle script to add/edit/remove a instruction for the OSGi manifest, the generated .jar doesn't include the updated instructions.
This is a bit confusing, since the instructions are clearly there (in build.gradle) but the OSGi error messages suggests otherwise.
Doing a 'gradle clean' does update the manifest, suggesting that it's a refresh error.
The other 'osgi' plugin doesn't suffer from this issue, so this could cause quite a bit of confusion from people moving to this plugin.