File tree 1 file changed +0
-8
lines changed
1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -237,11 +237,6 @@ case "${proto_path}" in
237
237
proto_files=" ${proto_files// ${removed_proto} / } "
238
238
done
239
239
;;
240
- " google/devtools/containeranalysis/v1beta1" * )
241
- # this proto is excluded from //google/devtools/containeranalysis/v1beta1:google-cloud-devtools-containeranalysis-v1beta1-java
242
- removed_proto=" google/devtools/containeranalysis/v1beta1/cvss/cvss.proto"
243
- proto_files=" ${proto_files// ${removed_proto} / } "
244
- ;;
245
240
esac
246
241
" $protoc_path " /protoc " --java_out=${temp_destination_path} /java_proto.jar" ${proto_files}
247
242
if [[ " ${proto_only} " == " false" ]]; then
@@ -261,9 +256,6 @@ case "${proto_path}" in
261
256
proto_files=" ${proto_files} ${added_proto} "
262
257
done
263
258
;;
264
- " google/devtools/containeranalysis/v1beta1" * )
265
- proto_files=" ${proto_files} google/devtools/containeranalysis/v1beta1/cvss/cvss.proto"
266
- ;;
267
259
esac
268
260
# copy proto files to proto-*/src/main/proto
269
261
for proto_src in ${proto_files} ; do
You can’t perform that action at this time.
0 commit comments