We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6458126 commit 2318b8dCopy full SHA for 2318b8d
core/chaincode/shim/java/build.gradle
@@ -103,6 +103,11 @@ task copyProtos(type:Copy){
103
include 'common.proto'
104
}
105
106
+ into "ledger/queryresult", {
107
+ from ("${rootDir}/protos/ledger/queryresult"){
108
+ include 'kv_query_result.proto'
109
+ }
110
111
into "${projectDir}/src/main/proto"
112
113
@@ -121,6 +126,11 @@ task copyProtosFromDevEnv(type:Copy){
121
126
122
127
123
128
129
130
+ from ("../../../../protos/ledger/queryresult"){
131
132
133
124
134
into "${projectDir}/protos"
125
135
136
0 commit comments