File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Tokens/spaceships-javaAPIs Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Examples of the new Java APIs will be used throughout and identified as such.
4545
4646### Flows
4747
48- There are a few flows that enable this project .
48+ Flows are executed through the ` FlowTests ` class in the workflows module. They can also be run through the CrashShell .
4949
5050
5151## Pre-Requisites
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ buildscript {
55 ext {
66 corda_release_group = constants. getProperty(" cordaReleaseGroup" )
77 corda_core_release_group = constants. getProperty(" cordaCoreReleaseGroup" )
8- corda_release_version = ' 4.3 ' // constants.getProperty("cordaVersion") - Set 4.3 for MockNetwork
9- corda_core_release_version = ' 4.3 ' // constants.getProperty("cordaCoreVersion") - Set 4.3 for MockNetwork
8+ corda_release_version = constants. getProperty(" cordaVersion" )
9+ corda_core_release_version = constants. getProperty(" cordaCoreVersion" )
1010 corda_gradle_plugins_version = constants. getProperty(" gradlePluginsVersion" )
1111 junit_version = constants. getProperty(" junitVersion" )
1212 quasar_version = constants. getProperty(" quasarVersion" )
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ configurations {
3939
4040dependencies {
4141 testCompile " junit:junit:$junit_version "
42+ compile " org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.2.71"
4243
4344 // Corda dependencies.
4445 cordaCompile " $corda_core_release_group :corda-core:$corda_core_release_version "
You can’t perform that action at this time.
0 commit comments