We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4181fbb commit 5a4dbd2Copy full SHA for 5a4dbd2
1 file changed
.github/workflows/ci.yml
@@ -38,6 +38,9 @@ jobs:
38
distribution: 'zulu'
39
cache: 'maven'
40
41
+ - name: Check Maven version
42
+ run: mvn -v
43
+
44
- name: Cache Maven packages
45
uses: actions/cache@v4
46
with:
0 commit comments