Skip to content

Commit 2c558de

Browse files
authored
Include maven version
1 parent c33a5e8 commit 2c558de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
with:
1313
java-version: '17'
1414
distribution: 'temurin'
15+
- name: Maven Version
16+
run: mvn --version
1517
- name: Build
1618
run: mvn -DskipTests package --file pom.xml
1719

0 commit comments

Comments
 (0)