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

error-prone version not compatible with Java 1.6 #515

Closed
davidzchen opened this issue Oct 6, 2015 · 1 comment
Closed

error-prone version not compatible with Java 1.6 #515

davidzchen opened this issue Oct 6, 2015 · 1 comment
Assignees
Labels

Comments

@davidzchen
Copy link
Collaborator

The error-prone version currently does not work with Java 1.6:

[gaggarwa@gaggarwa-ld1 azkaban]$ ./gradlew distTar
FAILURE: Build failed with an exception.
* Where:
Build file '/home/gaggarwa/bug/azkaban/build.gradle' line: 39
* What went wrong:
A problem occurred evaluating root project 'azkaban'.
> java.lang.UnsupportedClassVersionError: net/ltgt/gradle/errorprone/ErrorPronePlugin : Unsupported major.minor version 51.0
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 1.771 secs

I'll see if I can conditionally use a different version of error-prone when building with Java 1.6.

@davidzchen davidzchen self-assigned this Oct 6, 2015
@davidzchen
Copy link
Collaborator Author

As discussed with @hluu offline, Azkaban 3 will no longer support Java 1.6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant