Clarify version information
This commit is contained in:
parent
ffdc603122
commit
81128f9289
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ jar {
|
|||
// Set Git revision information in the manifests of built bundles
|
||||
attributes([
|
||||
"Implementation-Title": project.name,
|
||||
"Implementation-Version": "$project.version (${grgit.describe(always: true)})",
|
||||
"Implementation-Version": "$project.version (built from ${grgit.describe(always: true)})",
|
||||
"Implementation-Vendor": grgit.repository.jgit.repository.config.getString("user", null, "name")
|
||||
+ " (" + grgit.repository.jgit.repository.config.getString("user", null, "email") + ")",
|
||||
"Git-Descriptor": grgit.describe(always: true),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue