Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
peterli-r3 committed Aug 21, 2020
1 parent ed46d0d commit 0e3d7fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/build.gradle
Expand Up @@ -4,7 +4,7 @@ cordapp {
targetPlatformVersion corda_platform_version
minimumPlatformVersion corda_platform_version
contract {
name "Template CorDapp"
name "Template Contracts"
vendor "Corda Open Source"
licence "Apache License, Version 2.0"
versionId 1
Expand All @@ -16,4 +16,4 @@ dependencies {
// Corda dependencies.
cordaCompile "$corda_core_release_group:corda-core:$corda_core_release_version"
testCompile "$corda_release_group:corda-node-driver:$corda_release_version"
}
}

0 comments on commit 0e3d7fd

Please sign in to comment.