vivin / gradle-semantic-build-versioning

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

Fix for improper working directory #71

Closed vivin closed 7 years ago

vivin commented 7 years ago

When using this plugin in a multiproject, where sub projects are versioned separately, the workTree set for the repository is the current project's project directory. However, the git directory lives in the root project's directory. This causes strange issues such as seeing uncommitted changes when there are none.