Skip to content

Commit

Permalink
Update to latest protovalidate v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pkwarren committed Oct 9, 2023
1 parent 52fb4f8 commit 93f583c
Show file tree
Hide file tree
Showing 7 changed files with 928 additions and 80 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ GO ?= go
ARGS ?= --strict_message
JAVA_COMPILE_OPTIONS = --enable-preview --release $(JAVA_VERSION)
JAVA_OPTIONS = --enable-preview
PROTOVALIDATE_VERSION ?= v0.4.2
PROTOVALIDATE_VERSION ?= v0.4.3
JAVA_MAIN_CLASS = build.buf.protovalidate
JAVA_SOURCES = $(wildcard src/main/java/**/**/**/*.java, src/main/java/**/**/*.java)
JAVA_CLASSES = $(patsubst src/main/java/%.java, target/classes/%.class, $(JAVA_SOURCES))
Expand Down
Loading

0 comments on commit 93f583c

Please sign in to comment.