Skip to content
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

Remove support for deprecated options #235

Merged
merged 3 commits into from
Feb 12, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Remove deprecated options
jchadwick-buf committed Jan 28, 2025
commit 728a36704680c711d9c0daf7dfc3759539f66251
6 changes: 4 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -101,7 +101,8 @@ tasks.register<Exec>("exportProtovalidateModule") {
commandLine(
buf.asPath,
"export",
"buf.build/bufbuild/protovalidate:${project.findProperty("protovalidate.version")}",
// TODO: DO NOT MERGE: Temporary.
"https://github.com/bufbuild/protovalidate.git#branch=jchadwick/remove-deprecated,subdir=proto/protovalidate",
"--output",
"src/main/resources",
)
@@ -123,7 +124,8 @@ tasks.register<Exec>("generateConformance") {
"conformance/buf.gen.yaml",
"-o",
"conformance/",
"buf.build/bufbuild/protovalidate-testing:${project.findProperty("protovalidate.version")}",
// TODO: DO NOT MERGE: Temporary.
"https://github.com/bufbuild/protovalidate.git#branch=jchadwick/remove-deprecated,subdir=proto/protovalidate-testing",
)
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading