diff --git a/ci/scripts/run-test-network-ledger.sh b/ci/scripts/run-test-network-ledger.sh index 91919c49..64b435bb 100755 --- a/ci/scripts/run-test-network-ledger.sh +++ b/ci/scripts/run-test-network-ledger.sh @@ -28,7 +28,7 @@ createNetwork print "Initializing Java application" pushd ../asset-transfer-ledger-queries/application-java print "Executing Gradle Run" -gradle run +./gradlew run popd stopNetwork