Skip to content

Commit f7faf42

Browse files
author
jantje
committed
I do not know what I'm doing
1 parent 3d46f56 commit f7faf42

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/maven.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
name: Java CI with Maven
55

6-
uses: JActions/[email protected]
6+
77

88

99
on:
@@ -18,14 +18,17 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21+
- name: Maven version
22+
- uses: JActions/[email protected]
23+
2124
- uses: actions/checkout@v2
2225
- name: Set up JDK 17
2326
uses: actions/setup-java@v2
2427
with:
2528
java-version: '17'
2629
distribution: 'adopt'
2730
- name: Build with Maven
28-
run: mvn -version --no-transfer-progress verify -Pall,sloeber_release,NOSDK -Dtest=NightlyJenkins -DfailIfNoTests=false
31+
run: mvn --no-transfer-progress verify -Pall,sloeber_release,NOSDK -Dtest=NightlyJenkins -DfailIfNoTests=false
2932

3033
- name: Archive production artifacts
3134
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)