Package net. corda. plugins
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class CordappPlugin @Inject constructor( objects: ObjectFactory, archiveOps: ArchiveOperations, softwareComponentFactory: SoftwareComponentFactory) : Plugin<Project>
Content copied to clipboard
The cordapp plugin will turn a project into a CorDapp project which builds CorDapp JARs with the correct format and with the information needed to run on Corda.
Functions
Link copied to clipboard
fun ConfigurationContainer.createBasicConfiguration(name: String): Configuration
Content copied to clipboard
Link copied to clipboard
Registers these CordappData properties as task inputs, because Gradle cannot "see" their @Input annotations yet.
Registers these CordappExtension properties as task inputs, because Gradle cannot "see" their @Input annotations yet.
Registers these Sealing properties as task inputs, because Gradle cannot "see" their @Input annotations yet.
Registers these Signing properties as task inputs, because Gradle cannot "see" their @Input annotations yet.