Skip to content

Commit

Permalink
removed references to removed modules
Browse files Browse the repository at this point in the history
Signed-off-by: Sally MacFarlane <[email protected]>
  • Loading branch information
macfarla committed Nov 21, 2024
1 parent a36f10f commit e5df353
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
path: "**/*.class"
key: ${{ runner.os }}-build-${{ github.sha }}
- name: gradle integrationTest
run: gradle compileJava compileKotlin compileIntegrationTestJava compileIntegrationTestKotlin devp2p-eth:integrationTest devp2p-proxy:integrationTest devp2p:integrationTest dist:integrationTest dns-discovery:integrationTest eth-client-ui:integrationTest eth-client:integrationTest ethstats:integrationTest gossip:integrationTest hobbits-relayer:integrationTest hobbits:integrationTest plumtree-servlet:integrationTest plumtree-vertx:integrationTest rlpx:integrationTest
run: gradle compileJava compileKotlin compileIntegrationTestJava compileIntegrationTestKotlin devp2p-eth:integrationTest devp2p-proxy:integrationTest devp2p:integrationTest dist:integrationTest dns-discovery:integrationTest eth-client-ui:integrationTest eth-client:integrationTest ethstats:integrationTest gossip:integrationTest plumtree-servlet:integrationTest plumtree-vertx:integrationTest rlpx:integrationTest
- name: Archive Junit Report
if: always()
uses: actions/upload-artifact@v3
Expand Down
7 changes: 0 additions & 7 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ include 'evm'
include 'evm-dsl'
include 'genesis'
include 'gossip'
include 'hobbits'
include 'hobbits-relayer'
include 'io'
include 'jsonrpc'
include 'jsonrpc-app'
Expand All @@ -58,11 +56,6 @@ include 'plumtree-vertx'
include 'pow'
include 'rlp'
include 'rlpx'
include 'scuttlebutt'
include 'scuttlebutt-discovery'
include 'scuttlebutt-handshake'
include 'scuttlebutt-rpc'
include 'scuttlebutt-client-lib'
include 'ssz'
include 'stratum-server'
include 'stratum-proxy'
Expand Down

0 comments on commit e5df353

Please sign in to comment.