mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-22 14:42:37 +01:00
Include version in bisq-desktop jar manifest
Include the application version number in the jar manifest. This makes it easier later on, in the packaging process, to programmatically retrieve the build version from a reliable source.
This commit is contained in:
parent
ef680f9ba6
commit
b9164e6e82
1 changed files with 4 additions and 0 deletions
|
@ -378,6 +378,10 @@ configure(project(':desktop')) {
|
|||
|
||||
version = '1.3.9-SNAPSHOT'
|
||||
|
||||
jar.manifest.attributes(
|
||||
"Implementation-Title": project.name,
|
||||
"Implementation-Version": version)
|
||||
|
||||
mainClassName = 'bisq.desktop.app.BisqAppMain'
|
||||
|
||||
tasks.withType(AbstractArchiveTask) {
|
||||
|
|
Loading…
Add table
Reference in a new issue