Skip to content

Commit

Permalink
Removing evmtool gradle project (#67)
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
  • Loading branch information
lucassaldanha authored Oct 16, 2018
1 parent 160b74b commit d0416e9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 17 deletions.
8 changes: 0 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
8 changes: 0 additions & 8 deletions ethereum/evmtool/build.gradle

This file was deleted.

1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit d0416e9

Please sign in to comment.