Skip to content
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

Build failures due to SBT version #108

Closed
marcsaegesser opened this issue May 11, 2014 · 0 comments
Closed

Build failures due to SBT version #108

marcsaegesser opened this issue May 11, 2014 · 0 comments

Comments

@marcsaegesser
Copy link

The recent build errors, such as the one here are caused by using sbt launcher 0.12.0. The build script starts by downloading 0.12.0 but the project/build.properties file specifies sbt.version=0.13.2 (0.13.1 for the previous failed build). This causes the java.lang.IncompatibleClassChangeError with JLine. The latest sbt launcher is available at http://typesafe.artifactoryonline.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/0.13.2/sbt-launch.jar.

[scalariform] $ /usr/bin/tenant-isolate /bin/sh -xe /tmp/hudson4910836194424307759.sh
+ wget -O /tmp/sbt-launch.jar http://typesafe.artifactoryonline.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/0.12.0/sbt-launch.jar
--2014-04-29 14:19:27--  http://typesafe.artifactoryonline.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/0.12.0/sbt-launch.jar
Resolving typesafe.artifactoryonline.com (typesafe.artifactoryonline.com)... 54.236.76.111, 107.23.245.254, 54.208.228.180
Connecting to typesafe.artifactoryonline.com (typesafe.artifactoryonline.com)|54.236.76.111|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1103617 (1.1M) [application/java-archive]
Saving to: `/tmp/sbt-launch.jar'
@godenji godenji closed this as completed Jul 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants