Skip to content

Commit

Permalink
Upgrade to v0.4.2 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotmjackson authored Aug 25, 2023
1 parent 0ee9a63 commit 3d5fe0e
Show file tree
Hide file tree
Showing 2 changed files with 1,049 additions and 1,038 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.0
PROTOVALIDATE_VERSION ?= v0.4.2
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 3d5fe0e

Please sign in to comment.