-
Notifications
You must be signed in to change notification settings - Fork 76
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
JDK 1.8 fails? #660
Comments
I'm also having the same issue. I downgraded to 0.13.0 version and it worked for me. |
This is sourceCompatibility, not targetCompatibility :(. |
yep, works on JDK8, but doesn't work with latest gradle :( |
This looks like an issue with jgit where we automatically pulled in new jgit version that no longer supports java 8. While it's unfortunate I think it's reasonable to say java 11 would be the minimum version. Personally I'm surprised this plugin stayed as long as it has on java 8 |
Looks like this is a side effect of #581 which bumped jgit to 6.x to support submodules properly |
Since jgit was removed in |
What happened?
I am running JDK 1.8 and a version bump seems to break previous 0.12.3 behavior (APN-Pucky/GitJarUpdate#3).
What did you want to happen?
This version should also work with 1.8 JDK since
gradle-git-version/build.gradle
Line 68 in 30fd324
or am I missing something?
The text was updated successfully, but these errors were encountered: