BJ Hargrave
BJ Hargrave
Bnd does not yet have multi release jar support. There is an open issue on that.
Maybe you can make a PR?
Perhaps we need an issue per item since they can be discussed and action taken independently.
@timothyjward Can you provide any assistance here?
> Beside that, it would be great to publish the results to github e.g.: https://github.com/marketplace/actions/publish-unit-test-results#support-fork-repositories-and-dependabot-branches This link is broken. Perhaps you can make a PR with the proposed github actions...
Hmmm. The `biz.aQute.bnd.embedded-repo` project `-dependson` the `biz.aQute.junit` project. When I force the `biz.aQute.junit` project to rebuild, the incremental builder does NOT call the Bndtools builder for the `biz.aQute.bnd.embedded-repo` project. So...
A PR would be welcome.
I worked around this with https://github.com/bndtools/bnd/commit/148df0610728e949557d65baa80c412d85ae85d0 but we should update to use dependencies which don't exhibit this issue.
You will need to locally use the Gradle 7.0 RC build to run the build on Java 16. Only Gradle 7 support running on Java 16. https://docs.gradle.org/7.0-rc-1/release-notes.html#upgrade-instructions
> Sorry, can you tell me the steps to reproduce the error. In the second comment, I said: > I worked around this with [148df06](https://github.com/bndtools/bnd/commit/148df0610728e949557d65baa80c412d85ae85d0) but we should update to...