Skip to content

Commit 3d5fe0e

Browse files
Upgrade to v0.4.2 (#25)
depends on bufbuild/protovalidate#82
1 parent 0ee9a63 commit 3d5fe0e

File tree

2 files changed

+1049
-1038
lines changed

2 files changed

+1049
-1038
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ GO ?= go
1616
ARGS ?= --strict_message
1717
JAVA_COMPILE_OPTIONS = --enable-preview --release $(JAVA_VERSION)
1818
JAVA_OPTIONS = --enable-preview
19-
PROTOVALIDATE_VERSION ?= v0.4.0
19+
PROTOVALIDATE_VERSION ?= v0.4.2
2020
JAVA_MAIN_CLASS = build.buf.protovalidate
2121
JAVA_SOURCES = $(wildcard src/main/java/**/**/**/*.java, src/main/java/**/**/*.java)
2222
JAVA_CLASSES = $(patsubst src/main/java/%.java, target/classes/%.class, $(JAVA_SOURCES))

0 commit comments

Comments
 (0)