package
should actually package each of the cross-compiled configurations with --cross
#3591
Labels
--cross
Issues tied to cross compilation/the --cross option.
experimental
Tickets tied to experimental features.
missing feature
Something should have been implemented, but wasn't.
Is your feature request related to a problem? Please describe.
Currently, passing
--cross
withpackage
cross-compiles against all configured Scala versions, but only packages the first one.Describe the solution you'd like
I would expect to not just cross-compile against each version, but also package each of them.
So I'd expect:
Describe alternatives you've considered
The current behaviour is counter-intuitive (and inconsistent with how
test
orpublish
behave, where they respectively test or publish against all cross-compiled versions), but if we were to skip on running each option, we should at least log an explanation on what and why, as per:--cross
#3026Additional context
--cross
#3589run
command inrun
should actually run each of the cross-compiled configurations with--cross
#3590The text was updated successfully, but these errors were encountered: