mirror of
https://github.com/corda/corda.git
synced 2025-01-20 03:36:29 +00:00
Merge pull request #7291 from corda/colljos/bump_platform_version
NOTICK Bump platform version to 13
This commit is contained in:
commit
f61b4db527
@ -12,7 +12,7 @@ java8MinUpdateVersion=171
|
||||
# When incrementing platformVersion make sure to update #
|
||||
# net.corda.core.internal.CordaUtilsKt.PLATFORM_VERSION as well. #
|
||||
# ***************************************************************#
|
||||
platformVersion=12
|
||||
platformVersion=13
|
||||
openTelemetryVersion=1.20.1
|
||||
openTelemetrySemConvVersion=1.20.1-alpha
|
||||
guavaVersion=28.0-jre
|
||||
|
@ -30,7 +30,7 @@ import java.util.jar.JarInputStream
|
||||
|
||||
|
||||
// When incrementing platformVersion make sure to update PLATFORM_VERSION in constants.properties as well.
|
||||
const val PLATFORM_VERSION = 12
|
||||
const val PLATFORM_VERSION = 13
|
||||
|
||||
fun ServicesForResolution.ensureMinimumPlatformVersion(requiredMinPlatformVersion: Int, feature: String) {
|
||||
checkMinimumPlatformVersion(networkParameters.minimumPlatformVersion, requiredMinPlatformVersion, feature)
|
||||
|
Loading…
Reference in New Issue
Block a user