Removing evmtool gradle project (#67)

Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
pull/2/head
Lucas Saldanha 6 years ago committed by GitHub
parent 160b74b1d6
commit d0416e95f8
  1. 8
      build.gradle
  2. 8
      ethereum/evmtool/build.gradle
  3. 1
      settings.gradle

@ -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'

Loading…
Cancel
Save