Cordapp Plugin
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.
Constructors
Link copied to clipboard
@Inject
Content copied to clipboard