vivin / gradle-semantic-build-versioning

Gradle plugin to generate version-numbers and tags using semantic versioning
MIT License
86 stars 32 forks source link

The plugin does not work correctly within a linked worktree #58

Open Vampire opened 7 years ago

Vampire commented 7 years ago

If you use git worktree to add additional worktrees and try to use the plugin there, it fails to find the Git repository. The reason is, that JGit even in 4.6 does not yet support linked worktrees, but there is work done. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=477475 for further status information regarding the feature in JGit.