Skip to content

Commit a4be351

Browse files
authored
Update maven.yml
1 parent 3d0401a commit a4be351

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/setup-java@v1
2020
with:
2121
java-version: 1.8
22-
- name: Maven: Download all dependencies
22+
- name: Maven Download all dependencies
2323
run: mvn dependency:go-offline
24-
- name: Build with Maven
24+
- name: Maven Build
2525
run: mvn package --file pom.xml -DskipTests

0 commit comments

Comments
 (0)