You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 8, 2022. It is now read-only.
the old scheme was: run tests on openjdk7, but only publish (for all
Scala versions) from openjdk6
this is no longer appropriate now that Scala 2.12.0-M2 requires Java 8.
now we want to publish for older Scala versions using openjdk6, but
newer versions (M2 and above) using openjdk8. this commit does that.
what happened to running tests on openjdk7? well, neither Lukas nor I
knows why it was even doing that.
0 commit comments