-
Notifications
You must be signed in to change notification settings - Fork 114
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
Latest release incompatible with JDK6 #35
Comments
License plugin does not run under OpenJDK6 hierynomus/license-gradle-plugin#35
Oops, built with Java 7 by accident... My bad. |
is there a solution for this? |
Yes, v0.9.0 will be built with Java6, sorry for taking so long. |
Fixed with aecba38 |
using FAILURE: Build failed with an exception.
* What went wrong:
java.lang.UnsupportedClassVersionError: nl/javadude/gradle/plugins/license/LicensePlugin : Unsupported major.minor version 51.0
> nl/javadude/gradle/plugins/license/LicensePlugin : Unsupported major.minor version 51.0 |
Correct, 0.12.0 is the last one that works with JDK6. As JDK6 has been EOL'ed for a long time, we decided to drop support for it. Even JDK7 is deprecated and will be EOL'ed in the near future. If you're bound to JDK6, you can still use 0.12.0 |
It looks like 0.11.0 is the last that works with JDK6, but that works great for me 👍 |
@hierynomus that's a breaking change that is not even documented in the release notes. The very least would be do increase the major number And to describe the incompatibility. |
Got the following error when running a build on Travis using jdk6
The text was updated successfully, but these errors were encountered: