mirror of
https://github.com/corda/corda.git
synced 2024-12-21 13:57:54 +00:00
f76c7c9cf9
* Reordered functions in the network map visualiser as a part of an ongoing refactor. * Started separating concerns out of the NetworkMapVisualiser. * Moved more view logic to the view class. * Split out some of the progress tracker visual logic out into the view. * Finished partial refactor to push model data into the model class. * Moved some more view and model logic from controller to model.
10 lines
208 B
Groovy
10 lines
208 B
Groovy
rootProject.name = 'r3prototyping'
|
|
include 'contracts'
|
|
include 'contracts:isolated'
|
|
include 'core'
|
|
include 'node'
|
|
include 'client'
|
|
include 'experimental'
|
|
include 'test-utils'
|
|
include 'network-map-visualiser'
|