Skip to content

Commit fbd9be5

Browse files
committed
Exclude imports from build
1 parent 6252c22 commit fbd9be5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ dependencies {
109109
}
110110

111111
task authzedProtos(type: Exec) {
112-
commandLine("buf", "export", "buf.build/authzed/api:${authzedProtoCommit}", "-o", bufDir)
112+
commandLine("buf", "export", "--exclude-imports", "buf.build/authzed/api:${authzedProtoCommit}", "-o", bufDir)
113113
}
114114

115115
protobuf {

0 commit comments

Comments
 (0)