Skip to content
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

Can't use with git worktree #39

Open
exoego opened this issue Sep 26, 2019 · 1 comment
Open

Can't use with git worktree #39

exoego opened this issue Sep 26, 2019 · 1 comment

Comments

@exoego
Copy link

exoego commented Sep 26, 2019

It seems that currenly-used JGit does not support git worktree.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=477475

It would be great if sbt-scala-js-map supports git worktree.

@exoego
Copy link
Author

exoego commented Nov 5, 2019

My current workaround:

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"))
}

Atry pushed a commit that referenced this issue Jul 1, 2023
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant