From 4c163470457a47585fef7b80f7a893a39e79899f Mon Sep 17 00:00:00 2001 From: GangGreenTemperTatum <104169244+GangGreenTemperTatum@users.noreply.github.com> Date: Wed, 17 Jul 2024 16:52:36 -0400 Subject: [PATCH] docs: update the bambda checker v --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bb12d08..863d5df 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,7 +22,7 @@ Requirements: Java 17+ In the top level directory of the folder containing your Bambdas, run the following command: ``` -java -jar BambdaChecker-1.2.jar +java -jar BambdaChecker-1.3.jar ``` Verify the output. To do this quickly, check the exit code is 0 for a valid run. @@ -32,7 +32,7 @@ This will also update or generate markdown files as appropriate. This is only fo If you only want to perform the validation check without affecting the markdown, then run: ``` -java -jar BambdaChecker-1.2.jar validateonly +java -jar BambdaChecker-1.3.jar validateonly ``` ### What it checks for