Skip to content

Commit

Permalink
Removes relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
XComp committed Jun 19, 2024
1 parent ee8c5b4 commit e8469ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/mavenwrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
with:
sparse-checkout-cone-mode: false
sparse-checkout: |
./.mvn/wrapper/maven-wrapper.properties
./.mvn/jvm.config
./mvnw
./mvnw.cmd
.mvn/wrapper/maven-wrapper.properties
.mvn/jvm.config
mvnw
mvnw.cmd
- name: Check Maven version in Unix-based systems
if: matrix.os != 'windows-latest'
run: ./mvnw version
Expand Down

0 comments on commit e8469ae

Please sign in to comment.