mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 07:25:10 +00:00
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:
parent
7f0f4a24fa
commit
262f2b4036
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue