Skip to content

Commit 35c5a53

Browse files
authoredMar 8, 2024··
Update e3_maven.yml with maven 3.9.4
1 parent 301268f commit 35c5a53

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎.github/workflows/e3_maven.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ jobs:
2727
with:
2828
java-version: '17'
2929
distribution: 'temurin'
30-
cache: maven:3.9
30+
- name: Set up Maven
31+
uses: stCarolas/setup-maven@v5
32+
with:
33+
maven-version: 3.9.4
3134
- name: Build RCP with Maven
3235
run: mvn -Dtoolchain.skip -B package --file RCP/pom.xml
3336

0 commit comments

Comments
 (0)
Please sign in to comment.