Skip to content

Commit

Permalink
upgrade maven version used for build
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <[email protected]>
  • Loading branch information
olamy committed Oct 25, 2024
1 parent cacc6dd commit 7c0fff7
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 @@ -42,7 +42,7 @@ jobs:
java-version: ${{ matrix.java }}
cache: 'maven'
- name: Set up Maven
run: mvn --errors --batch-mode --show-version wrapper:wrapper "-Dmaven=3.9.6"
run: mvn --errors --batch-mode --show-version wrapper:wrapper "-Dmaven=3.9.8"

- name: Build with Maven
run: ./mvnw install -e -B -V javadoc:jar

0 comments on commit 7c0fff7

Please sign in to comment.