Releases: palantir/gradle-git-version
Releases · palantir/gradle-git-version
3.2.0
3.1.0
Automated release, no documented user facing changes
3.0.0
2.0.0
Type | Description | Link |
---|---|---|
Break | The PR removes all usage of jgit and use native git. The native git binary is now required for this plugin to work. There are two major benefits: 1. Only calls git describe once now so the gitVersion() task is much faster. 2. The plugin current supports git worktree. |
#685 |
1.0.0
Type | Description | Link |
---|---|---|
Break | 1. Caching is added to gitVersion() or versionDetails() to avoid long configuration time caused by repeatedly calling git describe on subprojects. 2. The implementation uses BuildService which is introduced in Gradle 6.1. Therefore, any version before Gradle 6.1 won't be supported. |
#684 |
0.15.0
0.14.0
0.13.0
Automated release, no documented user facing changes