mirror of
https://github.com/corda/corda.git
synced 2025-06-14 13:18:18 +00:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user