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
if (file(".git").isFile) {
// Assuming git worktree is used Nil
} else {
Seq(addSbtPlugin("com.thoughtworks.sbt-scala-js-map"%"sbt-scala-js-map"%"4.0.0"))
}
It seems that currenly-used
JGit
does not supportgit worktree
.https://bugs.eclipse.org/bugs/show_bug.cgi?id=477475
It would be great if sbt-scala-js-map supports git worktree.
The text was updated successfully, but these errors were encountered: