Commit 6c8abf4
committed
[FAB-9416]: Add gradle task to update protos
This commit adds new gradle task to download update proto files required
by project (currently handled manually). Hence allowing to run following
command to get updates:
gradle :fabric-chaincode-protos:downloadProtoFiles
which will download all depencies *.proto into project sub folder to get
them compiled.
Change-Id: Iac03e08214667b0af42b13741e959f70b8a50a2b
Signed-off-by: Artem Barger <bartem@il.ibm.com>1 parent e3be99e commit 6c8abf4
File tree
8 files changed
+28
-2
lines changed- fabric-chaincode-protos
- src/main/protos
- common
- ledger/queryresult
- peer
8 files changed
+28
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
13 | 28 | | |
14 | 29 | | |
15 | 30 | | |
16 | 31 | | |
17 | 32 | | |
18 | 33 | | |
| 34 | + | |
19 | 35 | | |
20 | 36 | | |
21 | 37 | | |
| |||
54 | 70 | | |
55 | 71 | | |
56 | 72 | | |
57 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
58 | 84 | | |
59 | 85 | | |
60 | 86 | | |
0 commit comments