From cef38edc14f0882c865e4e941d991955ccafcc8f Mon Sep 17 00:00:00 2001 From: thzero Date: Wed, 10 May 2023 13:56:02 -0500 Subject: [PATCH] update to the gradle tasks --- releasing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasing.txt b/releasing.txt index ea0277b5d..48351ffb8 100644 --- a/releasing.txt +++ b/releasing.txt @@ -11,7 +11,7 @@ The steps below will use '(git)' to note the step requires working in the files 3. Update ./ChangeLog -4. gradlew clean test distFull +4. gradlew clean check build dist 5. Test new features - Execute the jar created by the distribution process in the ./build/libs folder.