diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..71e6418 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +.PHONY: build test + +build: + @./mvnw clean spotless:apply package + +test: + @./mvnw test diff --git a/pom.xml b/pom.xml index b0dad8b..5a0c81f 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.zeplinko commons-lang-ext - 1.3.0 + 1.3.1 8 @@ -42,7 +42,7 @@ org.sonatype.central central-publishing-maven-plugin - 0.4.0 + 0.9.0 true false