You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: FAQ.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,9 @@ Install java shim specific prerequisites:
10
10
* Java 8
11
11
* gradle 4.4
12
12
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
+
13
16
#### Build shim
14
17
15
18
Clone the fabric shim for java chaincode repo.
@@ -24,6 +27,9 @@ cd fabric-chaincode-java
24
27
gradle clean build install
25
28
```
26
29
30
+
Alternatively `classes` can be used instead of `build` to reduce the binaries that are built. This can be sufficient for
0 commit comments