From 5b6a819e2bc7d54ecba788b917ca4936ff4e4403 Mon Sep 17 00:00:00 2001 From: Jesse Houldsworth Date: Fri, 14 Mar 2025 12:34:32 -0700 Subject: [PATCH] checking mvnw version --- .github/workflows/ci-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 3a6c458a5..a1162fe21 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -86,7 +86,7 @@ jobs: run: rm -rf ~/.m2/repository - name: check mvn version - run: mvn -version + run: mvnw -version ################################################# # 8) Build via jfrog rt mvn, using the new extractor jar