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 Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>pull/2/head
parent
681b17cce1
commit
43f92f7f20
@ -0,0 +1,8 @@ |
||||
jar { |
||||
baseName 'pantheon-evmtool' |
||||
manifest { |
||||
attributes( |
||||
'Implementation-Title': baseName, |
||||
'Implementation-Version': project.version) |
||||
} |
||||
} |
Loading…
Reference in new issue