diff --git a/core/src/main/kotlin/core/FinanceTypes.kt b/core/src/main/kotlin/core/FinanceTypes.kt index 8349ba4bb4..b90687d596 100644 --- a/core/src/main/kotlin/core/FinanceTypes.kt +++ b/core/src/main/kotlin/core/FinanceTypes.kt @@ -58,7 +58,7 @@ data class Amount(val pennies: Long, val currency: Currency) : Comparable

Choose “Check out from version control” and use this git URL

-
https://your_username@bitbucket.org/R3-CEV/r3repository.git
+
https://your_username@bitbucket.org/R3-CEV/r3prototyping.git

Agree to the defaults for importing a Gradle project. Wait for it to think and download the dependencies.

Right click on the tests directory, click “Run -> All Tests” (note: NOT the first item in the submenu that has the gradle logo next to it).

@@ -260,4 +260,4 @@ found at something like

- \ No newline at end of file + diff --git a/scripts/trader-demo.sh b/scripts/trader-demo.sh index 4f13c8fe52..d674564ac7 100755 --- a/scripts/trader-demo.sh +++ b/scripts/trader-demo.sh @@ -7,9 +7,7 @@ if [ ! -e ./gradlew ]; then exit 1 fi -if [ ! -d build/install/r3prototyping ]; then - ./gradlew installDist -fi +./gradlew installDist if [[ "$mode" == "buyer" ]]; then if [ ! -d buyer ]; then