Skip to content

Commit

Permalink
Fixes workflow and adds missing executables
Browse files Browse the repository at this point in the history
  • Loading branch information
XComp committed Jun 19, 2024
1 parent 8d6f3a9 commit 4249b74
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/mavenwrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jobs:
sparse-checkout-cone-mode: false
sparse-checkout: |
./.mvn/wrapper/maven-wrapper.properties
./jvm.config
- name: Check Maven version
./.mvn/jvm.config
./mvnw
./mvnw.cmd
- name: Check Maven version in Unix-based systems
if: ${{ matrix.os != "windows-latest" }}
run: ./mvnw version
- name: Check Maven version in Windows
if: ${{ matrix.os == "windows-latest" }}
run: ./mvnw.cmd version

0 comments on commit 4249b74

Please sign in to comment.