Open mdedetrich opened 10 months ago
Hmm, so this PR is causing test-10-multi-project-dependsOn-includePackage-versions
to fail, likely because of ordering issues will have to have a further look. In general the change in https://github.com/sbt/sbt-osgi/pull/79#issue-1884046058 looks like a hack/workaround that is causing more issues than it solves.
So for test-10-multi-project-dependsOn-includePackage-versions
to pass it actually needs (Compile / sbt.Keys.packageBin) := bundle.value
.
This looks like I will have to go back to the drawing board, possible even abandoning https://github.com/sbt/sbt-osgi/pull/103 and using another solution (such as explodedJar
's).
Commented on the issue - https://github.com/sbt/sbt-osgi/issues/104#issuecomment-1886077313
Resolves https://github.com/sbt/sbt-osgi/issues/104
Pinging @romainreuillon since https://github.com/sbt/sbt-osgi/pull/79#issue-1884046058 was the cause of the regression. @romainreuillon Can you confirm that this PR still solves the asynchronicity issue with package task?
@eed3si9n Since you know the sbt internals if you have time maybe you can comment on this (since at https://github.com/sbt/sbt-osgi/pull/79#issuecomment-1761802032 you did mention that doing this can cause issues). See the linked issue for more info