We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27fb4b8 commit 17de5beCopy full SHA for 17de5be
build.gradle
@@ -4,7 +4,7 @@ buildscript {
4
file("$projectDir/constants.properties").withInputStream { constants.load(it) }
5
6
// Our version: bump this on release.
7
- ext.corda_release_version = "corda-3.0"
+ ext.corda_release_version = "corda-3.0-HC02"
8
// Increment this on any release that changes public APIs anywhere in the Corda platform
9
ext.corda_platform_version = constants.getProperty("platformVersion")
10
ext.gradle_plugins_version = constants.getProperty("gradlePluginsVersion")
0 commit comments