Following the upgrade of Gradle and the BND plugin, the OSGi metadata is not properly generated anymore, it puts all the packages in the JAR as Private instead of being exported (basically rendering the JAR useless in an OSGi environment).
It seems the fix is relatively easy, simply rename the bundle.bnd file to bnd.bnd. I will submit a PR for this.
Following the upgrade of Gradle and the BND plugin, the OSGi metadata is not properly generated anymore, it puts all the packages in the JAR as Private instead of being exported (basically rendering the JAR useless in an OSGi environment).
It seems the fix is relatively easy, simply rename the bundle.bnd file to bnd.bnd. I will submit a PR for this.