Closed
Description
Steps to reproduce
Using either the artifacts published for 2.1.0, or grabbing those created by running sbt publishLocal
, list the files found in the Scala 2.12 artifact.
Expected behaviour
The content of package scala.jdk
should be there - it gets compiled and packaged.
Run the following commands to confirm:
sbt package
unzip -l .cross/compat212/jvm/target/scala-2.12/scala-collection-compat_2.12-0.1.0-SNAPSHOT.jar
Observed behaviour
The content of package scala.jdk
is not there.
Metadata
Metadata
Assignees
Labels
No labels