We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c558de commit 01ce11aCopy full SHA for 01ce11a
.github/workflows/ci.yml
@@ -27,5 +27,7 @@ jobs:
27
with:
28
java-version: '17'
29
distribution: 'temurin'
30
+ - name: Maven Version
31
+ run: mvn --version
32
- name: Test
33
run: mvn test --file pom.xml
0 commit comments