mirror of
https://github.com/corda/corda.git
synced 2025-04-19 00:27:13 +00:00
Fix Notary Healthcheck not to run unit tests when assembling.
This commit is contained in:
parent
1f74d957ff
commit
8d19ef54fd
@ -28,7 +28,7 @@ dependencies {
|
||||
cordapp {
|
||||
info {
|
||||
vendor "R3"
|
||||
version "$corda_release_version"
|
||||
version corda_release_version
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user