Gradle Git Version Versions Save

a Gradle plugin that uses `git describe` to produce a version string.

3.0.0

1 year ago
Type Description Link
Improvement remove jgit with native git https://github.com/palantir/gradle-git-version/pull/685
Break Use built in git-describe rather than an expensive recreation of it to support older versions of git. This version requires git version >=1.8.4 (released 23rd August 2013). https://github.com/palantir/gradle-git-version/pull/705

2.0.0

1 year ago
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.
https://github.com/palantir/gradle-git-version/pull/685

1.0.0

1 year ago
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.
https://github.com/palantir/gradle-git-version/pull/684

0.15.0

2 years ago
Type Description Link
Fix Evaluate Buildscan directly when the root project is evaluated https://github.com/palantir/gradle-git-version/pull/541

0.14.0

2 years ago
Type Description Link
Fix Bumped dependency versions
## Before this PR
Issue is described at length: https://github.com/palantir/gradle-git-version/issues/468
## After this PR
Usages of git-version on submodules no longer errors out.
## Possible downsides?
New versions have breaking changes to the used APIs.
https://github.com/palantir/gradle-git-version/pull/581

0.13.0

2 years ago

Automated release, no documented user facing changes

0.12.3

4 years ago
Type Description Link
Feature Performance information is exposed in Gradle build scans for gitVersion() and versionDetails().xxxxx() calls. https://github.com/palantir/gradle-git-version/pull/329

0.12.2

4 years ago
Type Description Link
Improvement Upgrade Jgit to 5.3.2.201906051522-r https://github.com/palantir/gradle-git-version/pull/165

0.12.1

4 years ago
Type Description Link
Fix Fix publishing to bintray and gradle. https://github.com/palantir/gradle-git-version/pull/152

0.12.0

4 years ago

This release is functionally identical to 0.11.0

Re-tagged 0.11.0 so that we have a non-RC version as the latest version