-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scala.jdk package isn't published #224
Comments
- Export all our packages (fixes scala#224) - Import the correct standard library version (using code from https://github.com/slick/slick/blob/master/project/Osgi.scala) - No private packages needed
2.1.1 seems to be released. But why it's not published to maven central yet? See https://repo1.maven.org/maven2/org/scala-lang/modules/scala-collection-compat_2.13/ |
I'm getting Sonatype permissions for Maven Central, which are taking a little time. |
Thanks for the update @dwijnand! Good luck with getting these permissions! |
I got the permissions and released the Sonatype repo, so it should appear sometime soon in https://repo1.maven.org/maven2/org/scala-lang/modules/scala-collection-compat_2.12/ (and the other artefacts). |
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.The text was updated successfully, but these errors were encountered: