Store default platform version in a constant (#3900)

* use constant for default platform version value when tests with out of process nodes are run from Intellij.

* node will use constant for platform version instead of manifest file(RPC already uses the constant, no sense in having 2 sources for it)

* fix issues caused by merge
This commit is contained in:
bpaunescu
2018-09-06 14:32:23 +01:00
committed by GitHub
parent 584387d5ec
commit 793ee3e1ee
4 changed files with 8 additions and 5 deletions

View File

@ -1,4 +1,5 @@
package net.corda.nodeapi.internal
// TODO: Add to Corda node.conf to allow customisation
const val NODE_INFO_DIRECTORY = "additional-node-infos"
const val NODE_INFO_DIRECTORY = "additional-node-infos"
const val PLATFORM_VERSION = 4