Use Gradle wrapper in asset-transfer-ledger-queries (#1349)

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-09 02:08:28 +01:00 committed by GitHub
parent 7f0f4a24fa
commit 1a0afd858d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,7 +28,7 @@ createNetwork
print "Initializing Java application" print "Initializing Java application"
pushd ../asset-transfer-ledger-queries/application-java pushd ../asset-transfer-ledger-queries/application-java
print "Executing Gradle Run" print "Executing Gradle Run"
gradle run ./gradlew run
popd popd
stopNetwork stopNetwork