Skip to content

Commit 36a146c

Browse files
committed
Update to protovalidate v0.9.0
1 parent 894c484 commit 36a146c

File tree

4 files changed

+104
-29
lines changed

4 files changed

+104
-29
lines changed

build.gradle.kts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,7 @@ tasks.register<Exec>("exportProtovalidateModule") {
9797
commandLine(
9898
buf.asPath,
9999
"export",
100-
// TODO: DO NOT MERGE
101-
"buf.build/jchadwick-buf/protovalidate:fd74cad4128d4294812fe3ad3fac0e2f",
100+
"buf.build/bufbuild/protovalidate:${project.findProperty("protovalidate.version")}",
102101
"--output",
103102
"src/main/resources",
104103
)
@@ -120,8 +119,7 @@ tasks.register<Exec>("generateConformance") {
120119
"conformance/buf.gen.yaml",
121120
"-o",
122121
"conformance/",
123-
// TODO: DO NOT MERGE
124-
"buf.build/bufbuild/protovalidate-testing:v0.8.2",
122+
"buf.build/bufbuild/protovalidate-testing:${project.findProperty("protovalidate.version")}",
125123
)
126124
}
127125

conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/CustomConstraintsProto.java

Lines changed: 30 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressions.java

Lines changed: 66 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

conformance/src/main/java/build/buf/validate/conformance/cases/custom_constraints/FieldExpressionsOrBuilder.java

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)