Skip to content

Commit b1b8e70

Browse files
authored
Merge pull request #1603 from Sloeber/Modify_Maven_and_tycho_versions_for_actions
Modify maven and tycho versions for actions
2 parents 4fadf3e + 55f5fe7 commit b1b8e70

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/maven.yml

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
name: Java CI with Maven
55

6+
7+
8+
69
on:
710
push:
811
branches: [ master ]
@@ -15,6 +18,9 @@ jobs:
1518
runs-on: ubuntu-latest
1619

1720
steps:
21+
- name: show Maven
22+
run: mvn -version
23+
1824
- uses: actions/checkout@v2
1925
- name: Set up JDK 17
2026
uses: actions/setup-java@v2

0 commit comments

Comments
 (0)