Skip to content

Commit 756aaf3

Browse files
committed
Use maven version 3.9.9
Set up workflows to download Maven 3.9.9 as ubuntu-latest provide 3.8.8 by default. Signed-off-by: Samuel Schneider <[email protected]>
1 parent aef9111 commit 756aaf3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/maven.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,9 @@ jobs:
2727
java-version: '21'
2828
distribution: 'temurin'
2929
cache: maven
30+
- name: Set up Maven
31+
uses: stCarolas/setup-maven@v5
32+
with:
33+
maven-version: 3.9.9
3034
- name: Build with Maven
3135
run: mvn -B install --file pom.xml

0 commit comments

Comments
 (0)