Skip to content

Commit

Permalink
put Maven version into quotation marks to fix Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverlietz committed Oct 11, 2023
1 parent 4251e19 commit 9b26238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
with:
distribution: 'temurin'
java-version: ${{ matrix.java-version }}
- run: mvn wrapper:wrapper -Dmaven=3.9.5
- run: mvn wrapper:wrapper -Dmaven="3.9.5"
- run: ./mvnw verify --batch-mode --no-transfer-progress --file pom.xml

0 comments on commit 9b26238

Please sign in to comment.