-
Notifications
You must be signed in to change notification settings - Fork 29
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
ohnosequences/ivy/S3Resolver : Unsupported major.minor version 52.0 #38
Comments
Hi @sparrovv! It should be related to the Java version. Which Java do you use? And which version of this plugin. Also, if you try it with sbt |
HI @laughedelic % java -version
java version "1.7.0_75"
Java(TM) SE Runtime Environment (build 1.7.0_75-b13)
Java HotSpot(TM) 64-Bit Server VM (build 24.75-b04, mixed mode)
% sbt --version
sbt launcher version 0.13.7 As I mentioned before, I got that exception in Thanks! |
Hey @sparrovv resolvers += "Era7 maven snapshots" at "https://s3-eu-west-1.amazonaws.com/snapshots.era7.com"
addSbtPlugin("ohnosequences" % "sbt-s3-resolver" % "0.14.0-SNAPSHOT") |
Hey @laughedelic, looks like that version solved my problem. Thanks! One thing tough. I'm not sure if that has changed in the version 0.13.0, but I initially got: I think version |
Good! Actually, I just recompiled the ivy-s3-resolver with java 1.7 (our default now is 1.8). I'm going to release 0.13.1 here. About credentials, yes, 0.13.0 looks up only in two places: default profile (or whichever you setup) and instance role credentials. But that's a good point about env variables. I can change it to the DefaultAWSCredentialsProviderChain in the next version if you think it's worth it 😉 |
Done 👌 |
I know a few people who use env variables instead of |
Ok. Done in 646df35, will be in the next release. |
Hi, I'm getting this error with 0.13.0 version.
It seems to work(or at least sbt doesn't complain) when downgrading to version
0.12.0
.Any ideas what can it be?
The text was updated successfully, but these errors were encountered: