XiaoMi / ozhera

Application Observable Platform in the Cloud Native Era
https://ozhera.m.one.mi.com
Apache License 2.0
60 stars 28 forks source link

[bug] Can the system environment variables for protoc be configured? #327

Closed jifengzhilong closed 1 month ago

jifengzhilong commented 2 months ago

The Maven compilation plugin used in hera-demo-client and hera-demo-server requires the version number of protoc to match the current operating system. However, in practice, we have found that many systems cannot read the ${os.detected.classifier} variable. I think we can set some variables in the pom.xml file, which can be used during compilation.

sadadw1 commented 2 months ago

I think this is good idea!