CordappPlugin

class CordappPlugin @Inject constructor(    objects: ObjectFactory,     archiveOps: ArchiveOperations,     softwareComponentFactory: SoftwareComponentFactory) : Plugin<Project>

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
fun CordappPlugin(    objects: ObjectFactory,     archiveOps: ArchiveOperations,     softwareComponentFactory: SoftwareComponentFactory)

Functions

Link copied to clipboard
open override fun apply(project: Project)