mirror of
https://github.com/corda/corda.git
synced 2025-04-07 19:34:41 +00:00
ES-1351: bump platformVersion for new release branch (#7496)
This commit is contained in:
parent
1fdc23692a
commit
b2eba94d02
@ -12,7 +12,7 @@ java8MinUpdateVersion=171
|
||||
# When incrementing platformVersion make sure to update #
|
||||
# net.corda.core.internal.CordaUtilsKt.PLATFORM_VERSION as well. #
|
||||
# ***************************************************************#
|
||||
platformVersion=13
|
||||
platformVersion=14
|
||||
openTelemetryVersion=1.20.1
|
||||
openTelemetrySemConvVersion=1.20.1-alpha
|
||||
guavaVersion=28.0-jre
|
||||
|
@ -29,7 +29,7 @@ import java.util.jar.JarInputStream
|
||||
|
||||
|
||||
// When incrementing platformVersion make sure to update PLATFORM_VERSION in constants.properties as well.
|
||||
const val PLATFORM_VERSION = 13
|
||||
const val PLATFORM_VERSION = 14
|
||||
|
||||
fun ServicesForResolution.ensureMinimumPlatformVersion(requiredMinPlatformVersion: Int, feature: String) {
|
||||
checkMinimumPlatformVersion(networkParameters.minimumPlatformVersion, requiredMinPlatformVersion, feature)
|
||||
|
Loading…
x
Reference in New Issue
Block a user