mirror of
https://github.com/corda/corda.git
synced 2025-04-05 10:27:11 +00:00
RELEASE: change of API should mean bump of platform number
This commit is contained in:
parent
68035717f8
commit
3554d985f8
@ -8,7 +8,7 @@ buildscript {
|
||||
|
||||
// Increment this on any release that changes public APIs anywhere in the Corda platform
|
||||
// TODO This is going to be difficult until we have a clear separation throughout the code of what is public and what is internal
|
||||
ext.corda_platform_version = 1
|
||||
ext.corda_platform_version = 2
|
||||
ext.gradle_plugins_version = constants.getProperty("gradlePluginsVersion")
|
||||
|
||||
// Dependency versions. Can run 'gradle dependencyUpdates' to find new versions of things.
|
||||
|
Loading…
x
Reference in New Issue
Block a user