nested

fun TaskInputs.nested(nestName: String, data: CordappData)

Registers these CordappData properties as task inputs, because Gradle cannot "see" their @Input annotations yet.


fun TaskInputs.nested(nestName: String, cordapp: CordappExtension)

Registers these CordappExtension properties as task inputs, because Gradle cannot "see" their @Input annotations yet.


fun TaskInputs.nested(nestName: String, sealing: Sealing)

Registers these Sealing properties as task inputs, because Gradle cannot "see" their @Input annotations yet.


fun TaskInputs.nested(nestName: String, signing: Signing)

Registers these Signing properties as task inputs, because Gradle cannot "see" their @Input annotations yet.