mirror of
https://github.com/corda/corda.git
synced 2025-04-07 19:34:41 +00:00
Make additionalcorddapps property on cordform node internal (#2329)
This commit is contained in:
parent
83a0a2fa3c
commit
5924427659
@ -28,7 +28,7 @@ class Node(private val project: Project) : CordformNode() {
|
||||
* @note Type is any due to gradle's use of "GStrings" - each value will have "toString" called on it
|
||||
*/
|
||||
var cordapps = mutableListOf<Any>()
|
||||
var additionalCordapps = mutableListOf<File>()
|
||||
internal var additionalCordapps = mutableListOf<File>()
|
||||
internal lateinit var nodeDir: File
|
||||
private set
|
||||
internal lateinit var rootDir: File
|
||||
|
Loading…
x
Reference in New Issue
Block a user