Skip to content

Commit 04798cf

Browse files
committed
Switch to maven 3.9.8
Next release will require maven 3.9.5+. Let's build this project with latest 3.9.8. JIRA: LIGHTY-327 Signed-off-by: Ivan Hrasko <ivan.hrasko@pantheon.tech>
1 parent e597ab0 commit 04798cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
with:
2626
java-version: 21
2727
distribution: 'temurin'
28+
- name: Set up Maven
29+
uses: stCarolas/setup-maven@v5
30+
with:
31+
maven-version: 3.9.8
2832
- name: Cache SonarCloud packages
2933
uses: actions/cache@v1
3034
if: ${{ env.SONAR_TOKEN != 0 }}

0 commit comments

Comments
 (0)