Skip to content

Commit 96ac547

Browse files
author
jantje
committed
I told you I didn't know what I was doing
1 parent f7faf42 commit 96ac547

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,14 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21-
- name: Maven version
22-
- uses: JActions/[email protected]
23-
2421
- uses: actions/checkout@v2
2522
- name: Set up JDK 17
2623
uses: actions/setup-java@v2
2724
with:
2825
java-version: '17'
2926
distribution: 'adopt'
3027
- name: Build with Maven
31-
run: mvn --no-transfer-progress verify -Pall,sloeber_release,NOSDK -Dtest=NightlyJenkins -DfailIfNoTests=false
28+
run: mvn -version --no-transfer-progress verify -Pall,sloeber_release,NOSDK -Dtest=NightlyJenkins -DfailIfNoTests=false
3229

3330
- name: Archive production artifacts
3431
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)