-
Notifications
You must be signed in to change notification settings - Fork 92
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
Sbt is not able to build with java 1.7 #86
Comments
Note that any change must interact properly with I guess it should lump 1.7 in with 1.6? (And, while we're at it, lump 1.9 in with 1.8?) |
@SethTisue , Can you expand " change must interact properly with .travis.yml" ? If we add a condition for java1.7 I don't even see a problem with test we are not even testing for java 1.7. Also is there a reason, why tests1.7 are removed. I will go ahead and 1.7 to 1.6 and 1.9 to 1.8 . |
there would only be a problem with
it just seemed like overkill (slower feedback from Travis, and probably no gain., but I don't have a strong feeling about it one way or the other. you could re-enable it if you see value in it. |
Ok, submitted a pr for the same. 1.9 already. I hardly know anything about 1.8. |
On a system with java 1.7, sbt is not able to figure which scala version to use. The reason are the following line from build.sbt. As you can see there is no condition for java 1.7, and it gives the error "don'know what Scala versions to build on $java". Please see https://github.com/scala/scala-xml/blob/master/build.sbt#L11
The text was updated successfully, but these errors were encountered: