Skip to content

Commit 49c165e

Browse files
authored
Update maven.yml
1 parent a4be351 commit 49c165e

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
@@ -20,6 +20,6 @@ jobs:
2020
with:
2121
java-version: 1.8
2222
- name: Maven Download all dependencies
23-
run: mvn dependency:go-offline
23+
run: mvn -B dependency:go-offline
2424
- name: Maven Build
25-
run: mvn package --file pom.xml -DskipTests
25+
run: mvn -B package --file pom.xml -DskipTests

0 commit comments

Comments
 (0)