-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to locally build protovalidate protos? #170
Comments
Adding some more details: repo: cel-java: Now, publish to mavenLocal repo: protovalidate-java buf.gen.yaml:
buf.gen.imports.yaml:
buf.gen.noimports.yaml:
gradle/libs.versions.toml: run ./gradlew generate => files are generated successfully run ./gradlew test => fails
|
In this commit: 265d689
how did we build these files?
I am trying to downgrade proto to 3.19.1, but these files are generated with a newer protoc compiler, so they're giving errors.
How can I re-generate these files with an older protoc compiler?
The text was updated successfully, but these errors were encountered: