Merge pull request #139 from aibaars/maven-batch
maven.yml: add `-B` to the maven command line
This commit is contained in:
+1
-1
@@ -14,4 +14,4 @@ jobs:
|
||||
with:
|
||||
java-version: 1.8
|
||||
- name: Build with Maven
|
||||
run: mvn package --file pom.xml
|
||||
run: mvn -B package --file pom.xml
|
||||
|
||||
Reference in New Issue
Block a user