Use Gradle wrapper in asset-transfer-ledger-queries

The CI script invoked Gradle directly, which could picker newer Gradle
versions not compatible with the build definition. This change uses the
Gradle wrapper included in the client application sample.

Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
This commit is contained in:
Mark S. Lewis 2025-09-08 22:16:32 +01:00
parent 7f0f4a24fa
commit 262f2b4036
No known key found for this signature in database

View file

@ -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