-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.plzconfig
More file actions
19 lines (17 loc) · 714 Bytes
/
.plzconfig
File metadata and controls
19 lines (17 loc) · 714 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
; Please config file
; Leaving this file as is is enough to use plz to build your project.
; Please will stay on whatever version you currently have until you run
; 'plz update', when it will download the latest available version.
;
; Or you can uncomment the following to pin everyone to a particular version;
; when you change it all users will automatically get updated.
; [please]
; version = 14.1.12
[go]
ImportPath = github.com/linuxerwang/goplz
[proto]
; Use a downloaded protoc and deps where available, this is
; easier to manage than a global installation.
protoctool = //third_party/proto:protoc
protocgoplugin = //third_party/go:protoc-gen-go
grpcjavaplugin = //third_party/java:protoc-gen-grpc-java