remove dangling retesteth references (#7856)

Signed-off-by: garyschulte <garyschulte@gmail.com>
pull/7860/head
garyschulte 4 weeks ago committed by GitHub
parent 03a2b92f00
commit 1da0e9f232
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      besu/build.gradle
  2. 3
      build.gradle
  3. 1
      settings.gradle

@ -49,7 +49,6 @@ dependencies {
implementation project(':ethereum:eth')
implementation project(':ethereum:p2p')
implementation project(':ethereum:permissioning')
implementation project(':ethereum:retesteth')
implementation project(':ethereum:rlp')
implementation project(':ethereum:trie')
implementation project(':ethereum:stratum')

@ -417,9 +417,6 @@ configure(allprojects - project(':platform')) {
'-org.hyperledger.besu.ethereum.permissioning.*,' +
// referencetests module
'-org.hyperledger.besu.ethereum.referencetests,' +
// retesteth module
'-org.hyperledger.besu.ethereum.retesteth.methods,' +
'-org.hyperledger.besu.ethereum.retesteth,' +
//rlp module
'-org.hyperledger.besu.ethereum.rlp,' +
// stratum module

@ -51,7 +51,6 @@ include 'ethereum:mock-p2p'
include 'ethereum:p2p'
include 'ethereum:permissioning'
include 'ethereum:referencetests'
include 'ethereum:retesteth'
include 'ethereum:rlp'
include 'ethereum:stratum'
include 'ethereum:ethstats'

Loading…
Cancel
Save