-
Notifications
You must be signed in to change notification settings - Fork 16
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
org/_10ne/gradle/rest/RestTask : Unsupported major.minor version 51.0 #14
Comments
Gradle 2.3Build time: 2015-02-16 05:09:33 UTC Groovy: 2.3.9 |
gradle check org._10ne.gradle.rest.RestTaskSpec > Configure and execute a request FAILED org._10ne.gradle.rest.RestTaskSpec > Configure and execute a preemptive authentication request FAILED org._10ne.gradle.rest.RestTaskSpec > Configure and execute a request with a custom header FAILED org._10ne.gradle.rest.RestTaskSpec > Configure and execute a request using a proxy FAILED 6 tests completed, 4 failed |
You are using an older version of the jdk. Your best best is to Then put something like this in your buildscript {
// repositories ...
dependencies {
// other dependencies...
classpath fileTree(dir: '../rest-gradle-plugin/build/libs', include: ['*.jar'])
}
} |
... or install into your mavenLocal() |
Pull request #19 adds compatibility with older Java versions |
I'm having the same problem. The error mesage is:
When will the pull request #19 be released? |
What went wrong:
A problem occurred configuring root project 'Tom'.
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
The text was updated successfully, but these errors were encountered: