mirror of https://github.com/hyperledger/besu
[MINOR] Distribution tweaks (#60)
* [minor] distribution tweaks * the 'pantheon:client' project is empty, and results in an empty jar, delete * clique hard codes a version, delete so the parent takes effect * clique does not describe it's jar, add description * evmtools does not describe it's jar, add description. results in * clique-1.0.0-SNAPSHOT -> pantheon-clique-0.8.0-RC * evmtools-0.8.0-SNAPSHOT -> pantheon-evmtools-0.8.0-RC * client-0.8.0-SNAPSHOT -> *deleted* * spotless formatting on the gradle file
parent
da68a53944
commit
9058ce743d
@ -0,0 +1,8 @@ |
|||||||
|
jar { |
||||||
|
baseName 'pantheon-evmtool' |
||||||
|
manifest { |
||||||
|
attributes( |
||||||
|
'Implementation-Title': baseName, |
||||||
|
'Implementation-Version': project.version) |
||||||
|
} |
||||||
|
} |
Loading…
Reference in new issue