mirror of
https://github.com/corda/corda.git
synced 2024-12-20 21:43:14 +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 {
|
||||
name "MegaApp Contracts"
|
||||
vendor "MegaCorp"
|
||||
license "MegaLicense"
|
||||
licence "MegaLicence"
|
||||
versionId 1
|
||||
}
|
||||
}
|
||||
@ -87,7 +87,7 @@ And in the ``build.gradle`` file for your workflows jar, add a block like this::
|
||||
workflow {
|
||||
name "MegaApp"
|
||||
vendor "MegaCorp"
|
||||
license "MegaLicense"
|
||||
licence "MegaLicence"
|
||||
versionId 1
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user