Clarify version information

This commit is contained in:
Michael N. Lipp 2023-08-15 08:11:14 +02:00 committed by GitHub
parent ffdc603122
commit 81128f9289
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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),