Skip to content

Commit

Permalink
Add licence and vendor in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
marvincudjoe committed Jul 20, 2023
1 parent d13dd35 commit ac377a2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions contracts/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ cordapp {
contract {
name "ContractsModuleNameHere"
versionId 1
licence "Apache License, Version 2.0"
vendor "R3"
licence cordappLicense
vendor cordappVendorName
}
}

Expand Down
4 changes: 4 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ csdePluginVersion=1.2.0-beta-+
# Specify the name of the workflows module
workflowsModule=workflows

# Metadata for the CorDapp.
cordappLicense="Apache License, Version 2.0"
cordappVendorName="R3"

# For the time being this just needs to be set to a dummy value.
platformVersion = 999

Expand Down
3 changes: 2 additions & 1 deletion workflows/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ cordapp {
workflow {
name "WorkflowsModuleNameHere"
versionId 1
vendor "VendorNameHere"
licence cordappLicense
vendor cordappVendorName
}
}

Expand Down

0 comments on commit ac377a2

Please sign in to comment.