Fix Notary Healthcheck not to run unit tests when assembling.

This commit is contained in:
Chris Rankin 2018-07-25 11:11:45 +01:00
parent 1f74d957ff
commit 8d19ef54fd
2 changed files with 2 additions and 8 deletions

View File

@ -28,7 +28,7 @@ dependencies {
cordapp {
info {
vendor "R3"
version "$corda_release_version"
version corda_release_version
}
}

View File

@ -36,16 +36,10 @@ configurations {
integrationTestRuntime.extendsFrom testRuntime
}
jar {
dependsOn test // Apparently not default.
version = "$corda_release_version"
}
cordapp {
info {
vendor "R3"
version "$corda_release_version"
version corda_release_version
}
}