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 has been archived by the owner on Jan 18, 2024. It is now read-only.
It can be done with almost no code change, as TRAVIS=true sbt ++2.12.1 test succeeds now.
One nuisance is that we would still want to use JDK 1.7 for Scala 2.10 and 2.11 builds for the maximum compatibility, whereas JDK 1.8 is required for 2.12.
We will need to relax our JDK 1.7 check, such that the check is only performed when SBT is publishing something.
I'm considering about using Jabba as a part of the build toolchain, but not sure if it will be a future-proof solution.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It can be done with almost no code change, as
TRAVIS=true sbt ++2.12.1 test
succeeds now.One nuisance is that we would still want to use JDK 1.7 for Scala 2.10 and 2.11 builds for the maximum compatibility, whereas JDK 1.8 is required for 2.12.
We will need to relax our JDK 1.7 check, such that the check is only performed when SBT is publishing something.
I'm considering about using Jabba as a part of the build toolchain, but not sure if it will be a future-proof solution.
The text was updated successfully, but these errors were encountered: