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 c33a5e8 commit 2c558deCopy full SHA for 2c558de
.github/workflows/ci.yml
@@ -12,6 +12,8 @@ jobs:
12
with:
13
java-version: '17'
14
distribution: 'temurin'
15
+ - name: Maven Version
16
+ run: mvn --version
17
- name: Build
18
run: mvn -DskipTests package --file pom.xml
19
0 commit comments