Skip to content

Commit bac1fe5

Browse files
committed
Add protovalidate proto to build step
1 parent ed190f4 commit bac1fe5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ dependencies {
108108
task validateProtos(type: Exec) {
109109
mkdir bufDir
110110
commandLine("buf", "export", "--exclude-imports", "buf.build/envoyproxy/protoc-gen-validate", "-o", bufDir)
111+
commandLine("buf", "export", "--exclude-imports", "buf.build/bufbuild/protovalidate", "-o", bufDir)
111112
}
112113

113114
task gatewayProtos(type: Exec) {

0 commit comments

Comments
 (0)