-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eb43b75
commit 6db0644
Showing
212 changed files
with
139,059 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#!/usr/bin/env -S buf generate | ||
--- | ||
version: "v2" | ||
inputs: | ||
- module: "buf.build/authzed/api:v1.35.0" | ||
plugins: | ||
- protoc_builtin: "java" | ||
out: "./generated" | ||
# TODO: lmao | ||
- local: "/home/tstirrat/.gradle/caches/modules-2/files-2.1/io.grpc/protoc-gen-grpc-java/1.66.0/24c9e1d727942b34efc5f36ff268665136d0cb4c/protoc-gen-grpc-java-1.66.0-linux-x86_64.exe" | ||
out: "./generated" |
Oops, something went wrong.