Skip to content

Commit

Permalink
Update to latest protovalidate v0.4.3 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkwarren authored Oct 9, 2023
1 parent 52fb4f8 commit 43658b3
Show file tree
Hide file tree
Showing 7 changed files with 928 additions and 87 deletions.
9 changes: 1 addition & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,10 @@ MAKEFLAGS += --no-print-directory
BIN := .tmp/bin
COPYRIGHT_YEARS := 2023
LICENSE_IGNORE := --ignore src/main/java/build/buf/validate/ --ignore conformance/src/main/java/build/buf/validate/conformance/
JAVA_VERSION = 20
JAVAC = javac
JAVA = java
GO ?= go
ARGS ?= --strict_message
JAVA_COMPILE_OPTIONS = --enable-preview --release $(JAVA_VERSION)
JAVA_OPTIONS = --enable-preview
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))
PROTOVALIDATE_VERSION ?= v0.4.3

.PHONY: all
all: lint generate build docs conformance ## Run all tests and lint (default)
Expand Down
Loading

0 comments on commit 43658b3

Please sign in to comment.