mirror of
https://github.com/corda/corda.git
synced 2025-06-18 15:18:16 +00:00
[NOTICK] - Bump platform version to 7
This commit is contained in:
@ -28,7 +28,7 @@ import java.util.jar.JarInputStream
|
||||
|
||||
// *Internal* Corda-specific utilities.
|
||||
|
||||
const val PLATFORM_VERSION = 6
|
||||
const val PLATFORM_VERSION = 7
|
||||
|
||||
fun ServicesForResolution.ensureMinimumPlatformVersion(requiredMinPlatformVersion: Int, feature: String) {
|
||||
checkMinimumPlatformVersion(networkParameters.minimumPlatformVersion, requiredMinPlatformVersion, feature)
|
||||
|
Reference in New Issue
Block a user