mirror of
https://github.com/corda/corda.git
synced 2025-05-04 09:43:05 +00:00
Fix incorrect spelling of "licence" in sample config snippet. (#4591)
This commit is contained in:
parent
498db538d7
commit
3675fb2783
@ -71,7 +71,7 @@ In the ``build.gradle`` file for your contract module, add a block like this::
|
|||||||
contract {
|
contract {
|
||||||
name "MegaApp Contracts"
|
name "MegaApp Contracts"
|
||||||
vendor "MegaCorp"
|
vendor "MegaCorp"
|
||||||
license "MegaLicense"
|
licence "MegaLicence"
|
||||||
versionId 1
|
versionId 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -87,7 +87,7 @@ And in the ``build.gradle`` file for your workflows jar, add a block like this::
|
|||||||
workflow {
|
workflow {
|
||||||
name "MegaApp"
|
name "MegaApp"
|
||||||
vendor "MegaCorp"
|
vendor "MegaCorp"
|
||||||
license "MegaLicense"
|
licence "MegaLicence"
|
||||||
versionId 1
|
versionId 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user