gradle / gradle-native

The home of Gradle's support for natively compiled languages
https://blog.gradle.org/introducing-the-new-cpp-plugins
Apache License 2.0
92 stars 8 forks source link

Update JGit to version 5.0 in Gradle 5.0 #841

Closed big-guy closed 5 years ago

big-guy commented 6 years ago

We're using 4.5 (the last version to support Java 7), but 5.0 is out now (need to verify what the minimum version supported is, but I think it's Java 8).

wolfs commented 6 years ago

Didn't we want to ditch JGit and use the command line client due to dependency problems some time ago? Is that still something we want to do?

big-guy commented 6 years ago

Marc is updating this in https://github.com/gradle/gradle/pull/6728, so we may get this for free.

@wolfs I think we're still better off sticking with JGit for now until we get real users/feedback.