Skip to content

Commit

Permalink
set Maven version as command-line parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverlietz committed Oct 11, 2023
1 parent c22ad76 commit 4251e19
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 20 deletions.
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
- run: mvn wrapper:wrapper -Dmaven=3.9.5
- run: ./mvnw verify --batch-mode --no-transfer-progress --file pom.xml
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
.settings
/.idea
/target
/.mvn/wrapper/maven-wrapper.jar
/.mvn
/mvnw
/mvnw.cmd
18 changes: 0 additions & 18 deletions .mvn/wrapper/maven-wrapper.properties

This file was deleted.

0 comments on commit 4251e19

Please sign in to comment.