Skip to content

Commit bd1c269

Browse files
committed
[FAB-14961] Update to the FAQ
Change-Id: If44cd4b2807c563989d3b8ad12e058d5a22e54e3 Signed-off-by: Matthew B. White <[email protected]>
1 parent dc02c3b commit bd1c269

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

FAQ.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Install java shim specific prerequisites:
1010
* Java 8
1111
* gradle 4.4
1212

13+
Note this is not the most recent version of gradle. An alternative is to use the `gradlew` script within the reposistory. Change each command below to be `./gradlew`
14+
Installation of Java and gradle can be installed using [sdkman](https://sdkman.io/).
15+
1316
#### Build shim
1417

1518
Clone the fabric shim for java chaincode repo.
@@ -24,6 +27,9 @@ cd fabric-chaincode-java
2427
gradle clean build install
2528
```
2629

30+
Alternatively `classes` can be used instead of `build` to reduce the binaries that are built. This can be sufficient for
31+
using the local repository.
32+
2733
Build javaenv docker image, to have it locally.
2834
```
2935
gradle buildImage

0 commit comments

Comments
 (0)