Skip to content

Commit

Permalink
[FABN-1379] Gradle updates for E2E tests
Browse files Browse the repository at this point in the history
The Java chaincodes in the Node.js SDK project
need updating to the latest Gradle plugins now
that Gradle has been upgraded to Gradle v5.6.2.

Signed-off-by: Simon Stone <[email protected]>
Change-Id: Ie2dff550e939785698a07e00c917fd309daa72d5
  • Loading branch information
Simon Stone authored and harrisob committed Sep 20, 2019
1 parent 35edb79 commit be894cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/fixtures/chaincode/java_cc/example_cc/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'com.github.johnrengelman.shadow' version '2.0.3'
id 'com.github.johnrengelman.shadow' version '5.1.0'
id 'java'
}

Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/chaincode/java_cc/example_cc1/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'com.github.johnrengelman.shadow' version '2.0.3'
id 'com.github.johnrengelman.shadow' version '5.1.0'
id 'java'
}

Expand Down

0 comments on commit be894cb

Please sign in to comment.