mirror of
https://github.com/vacp2p/status-linea-besu.git
synced 2026-01-09 22:07:59 -05:00
Removing evmtool gradle project (#67)
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
This commit is contained in:
@@ -285,18 +285,10 @@ startScripts {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile project(':ethereum:evmtool')
|
||||
compile project(':pantheon')
|
||||
errorprone 'com.google.errorprone:error_prone_core:2.3.1'
|
||||
}
|
||||
|
||||
task createEVMToolApp(type: CreateStartScripts) {
|
||||
outputDir = startScripts.outputDir
|
||||
mainClassName = 'tech.pegasys.pantheon.EVMTool'
|
||||
applicationName = 'evm'
|
||||
classpath = startScripts.classpath
|
||||
}
|
||||
|
||||
distributions {
|
||||
main {
|
||||
contents {
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
jar {
|
||||
baseName 'pantheon-evmtool'
|
||||
manifest {
|
||||
attributes(
|
||||
'Implementation-Title': baseName,
|
||||
'Implementation-Version': project.version)
|
||||
}
|
||||
}
|
||||
@@ -5,7 +5,6 @@ include 'consensus:clique'
|
||||
include 'consensus:common'
|
||||
include 'consensus:ibft'
|
||||
include 'crypto'
|
||||
include 'ethereum:evmtool'
|
||||
include 'ethereum:p2p'
|
||||
include 'ethereum:mock-p2p'
|
||||
include 'ethereum:jsonrpc'
|
||||
|
||||
Reference in New Issue
Block a user