checking mvnw version

This commit is contained in:
Jesse Houldsworth 2025-03-14 12:40:18 -07:00
parent 5b6a819e2b
commit a009dedb88

View file

@ -85,8 +85,14 @@ jobs:
- name: Clear local Maven cache - name: Clear local Maven cache
run: rm -rf ~/.m2/repository run: rm -rf ~/.m2/repository
- name: Ensure mvnw is executable
run: chmod +x mvnw
- name: check mvn version - name: check mvn version
run: mvnw -version run: ./mvnw -version
- name: Debug repository files
run: ls -lah
################################################# #################################################
# 8) Build via jfrog rt mvn, using the new extractor jar # 8) Build via jfrog rt mvn, using the new extractor jar