You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jgit 7 requires Java 17, and I don't expect that sbt-git at the moment still supports Java 8... Next step will be dropping Java 8 first, so sbt-git can upgrade to jgit 6:
I expect that until sbt-git drops Java 11 and can therefore upgrade to jgit 7 many years will pass...
Meanwhile, you can just upgrade to jgit 7 yourself, if your projects only requires Java 17+. Look how we in Play are planning to do just that:
in your build.sbt. That's because right now #243 does not check if you have jgit 7 on the classpath and will still fallback to the command line git command even if you have jgit 7 on the classpath.
I came up with an idea on how to resolve this in this comment, so if this can be figured out, setting useConsoleForROGit := false will not be even necessary.
So I suggest you to follow #243 for updates.
Hi, would it be possible to update jgit to version 7?
it supports working with git worktrees, which the current version used here doesn't
https://projects.eclipse.org/projects/technology.jgit/releases/7.0.0
The text was updated successfully, but these errors were encountered: